emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp.el, v [EMACS_22_BASE


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp.el, v [EMACS_22_BASE]
Date: Wed, 05 Mar 2008 20:53:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      08/03/05 20:53:40

Index: lisp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/lisp.el,v
retrieving revision 1.79.2.2
retrieving revision 1.79.2.3
diff -u -b -r1.79.2.2 -r1.79.2.3
--- lisp.el     7 Jan 2008 01:07:40 -0000       1.79.2.2
+++ lisp.el     5 Mar 2008 20:53:40 -0000       1.79.2.3
@@ -41,7 +41,8 @@
 (make-variable-buffer-local 'defun-prompt-regexp)
 
 (defcustom parens-require-spaces t
-  "If non-nil, `insert-parentheses' inserts whitespace as needed."
+  "If non-nil, add whitespace as needed when inserting parentheses.
+This affects `insert-parentheses' and `insert-pair'."
   :type 'boolean
   :group 'lisp)
 




reply via email to

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