emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sun, 12 Feb 2006 20:31:12 +0000

Index: emacs/lisp/simple.el
diff -u emacs/lisp/simple.el:1.790 emacs/lisp/simple.el:1.791
--- emacs/lisp/simple.el:1.790  Sat Feb  4 21:48:20 2006
+++ emacs/lisp/simple.el        Sun Feb 12 20:31:12 2006
@@ -4336,7 +4336,9 @@
   :group 'paren-blinking)
 
 (defcustom blink-matching-paren-dont-ignore-comments nil
-  "*Non-nil means `blink-matching-paren' will not ignore comments."
+  "*nil means `blink-matching-paren' ignores comments.
+More precisely, when looking for the matching parenthesis,
+it skips the contents of comments that end before point."
   :type 'boolean
   :group 'paren-blinking)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]