+2009-07-06 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
+
2009-06-14 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp-intro.texi (edebug): Fix typo.
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