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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Tue, 06 Feb 2007 09:35:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/02/06 09:35:04

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.842
retrieving revision 1.843
diff -u -b -r1.842 -r1.843
--- simple.el   28 Jan 2007 07:05:17 -0000      1.842
+++ simple.el   6 Feb 2007 09:35:04 -0000       1.843
@@ -4427,7 +4427,7 @@
 
 (defcustom blink-matching-paren-on-screen t
   "*Non-nil means show matching open-paren when it is on screen.
-If nil, means don't show it (but the open-paren can still be shown
+If nil, don't show it (but the open-paren can still be shown
 when it is off screen).
 
 This variable has no effect if `blink-matching-paren' is nil.
@@ -4448,7 +4448,7 @@
   :group 'paren-blinking)
 
 (defcustom blink-matching-paren-dont-ignore-comments nil
-  "*nil means `blink-matching-paren' ignores comments.
+  "*If nil, `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




reply via email to

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