From: Chong Yidong Date: Mon, 24 Nov 2008 23:19:22 +0000 (+0000) Subject: (Accessing Documentation): Update example. X-Git-Tag: emacs-pretest-23.0.90~1553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5c63335c9a2d55cc9c2a9ab0e06d6ef056c421e;p=emacs.git (Accessing Documentation): Update example. --- diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index f68248f5e1c..7f3f434edc4 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -247,7 +247,7 @@ but provides more information. ---------- Buffer: *Help* ---------- goal-column Option -*Semipermanent goal column for vertical motion, as set by @dots{} +Semipermanent goal column for vertical motion, as set by @dots{} @end group @c Do not blithely break or fill these lines. @c That makes them incorrect. @@ -275,11 +275,6 @@ 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 @anchor{Definition of Snarf-documentation} This function is used only during Emacs initialization, just before