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


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

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/03/05 20:54:56

Index: lisp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/lisp.el,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- lisp.el     8 Jan 2008 20:45:35 -0000       1.83
+++ lisp.el     5 Mar 2008 20:54:56 -0000       1.84
@@ -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]