]> git.eshelyaron.com Git - emacs.git/commitdiff
(defvar and asterisk): Minor rephrasing.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 Jul 2009 00:54:20 +0000 (00:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 Jul 2009 00:54:20 +0000 (00:54 +0000)
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi

index 6ad906948f5d0b566ed7859b55843cb9e9f0c2bd..426f74b2e1c1b82c793d5c71eac3e2fb52adba87 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-06  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
+
 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * Branch for 23.1.
index 996fd3d58fea5d149250adcad49d34ce2e6b1e2b..b528150097da422f9e7ee2b37647c71f781fd6e6 100644 (file)
@@ -9465,9 +9465,9 @@ the Customization commands.  (@xref{defcustom, , Specifying Variables
 using @code{defcustom}}.)
 
 When you specified a variable using the @code{defvar} special form,
-you could distinguish a readily settable variable from others by
-typing an asterisk, @samp{*}, in the first column of its documentation
-string.  For example:
+you could distinguish a variable that a user might want to change from
+others by typing an asterisk, @samp{*}, in the first column of its
+documentation string.  For example:
 
 @smallexample
 @group