diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-23 12:05:12 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-23 12:05:12 +0000 |
commit | bfccb7b3bc8579f8221c126e9482ad418ce38677 (patch) | |
tree | ea71762efe6cbce513bf031b7aab3dd881ef9ead /lispref/help.texi | |
parent | 9b47cfe0f37110b674fc7153cebad252bd3d3539 (diff) | |
download | emacs-bfccb7b3bc8579f8221c126e9482ad418ce38677.tar.gz |
Add a comment about the significance of an asterisk as the first
character of a variable's doc string. Reported by Donald Knuth.
Diffstat (limited to 'lispref/help.texi')
-rw-r--r-- | lispref/help.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/help.texi b/lispref/help.texi index 12beaf2e29f..eeb8d998755 100644 --- a/lispref/help.texi +++ b/lispref/help.texi @@ -241,6 +241,11 @@ When the `track-eol' feature is doing its job, the value is 9999. @end group @end smallexample +The asterisk @samp{*} as the first character of a variable's doc string, +as shown above for the @code{goal-column} variable, means that it is a +user option; see the description of @code{defvar} in @ref{Defining +Variables}. + @defun Snarf-documentation filename This function is used only during Emacs initialization, just before the runnable Emacs is dumped. It finds the file offsets of the |