]> code.delx.au - gnu-emacs/blobdiff - lisp/paren.el
Minor fixes for text of help-echo in some options.
[gnu-emacs] / lisp / paren.el
index 1dec96ad43f0dc0b0aa9490c47bc97886136f881..b2d4775ccb24f8d6afe50d8ff7bb221b99c15dc0 100644 (file)
@@ -1,4 +1,4 @@
-;;; paren.el --- highlight matching paren.
+;;; paren.el --- highlight matching paren
 
 ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc.
 
@@ -91,7 +91,7 @@ Returns the new status of Show Paren mode (non-nil means on).
 
 When Show Paren mode is enabled, any matching parenthesis is highlighted
 in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time."
-  nil nil nil :global t :group 'paren-showing
+  :global t :group 'paren-showing
     ;; Turn off the usual paren-matching method
     ;; when this one is turned on.
     (if (local-variable-p 'show-paren-mode)