changeset 103732:17cc1a24f40a

(defvar and asterisk): Minor rephrasing.
author Glenn Morris <rgm@gnu.org>
date Mon, 06 Jul 2009 00:54:20 +0000
parents 4faf5698814a
children c7fd75d1d71e
files doc/lispintro/ChangeLog doc/lispintro/emacs-lisp-intro.texi
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispintro/ChangeLog	Mon Jul 06 00:51:27 2009 +0000
+++ b/doc/lispintro/ChangeLog	Mon Jul 06 00:54:20 2009 +0000
@@ -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.
--- a/doc/lispintro/emacs-lisp-intro.texi	Mon Jul 06 00:51:27 2009 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi	Mon Jul 06 00:54:20 2009 +0000
@@ -9465,9 +9465,9 @@
 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