aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-10-16 18:53:23 +0000
committerRichard M. Stallman2006-10-16 18:53:23 +0000
commitd5168faff64e5138af49621d80dd4a4e0ef68504 (patch)
tree9b001fbc306152dccd57afb72e6d22d6ccccac09
parent652fcb8f372360d836ac869ef92afc423f48accf (diff)
downloademacs-d5168faff64e5138af49621d80dd4a4e0ef68504.tar.gz
emacs-d5168faff64e5138af49621d80dd4a4e0ef68504.zip
Fix prev change.
-rw-r--r--lispref/help.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/help.texi b/lispref/help.texi
index 798167696ee..ecccff421c7 100644
--- a/lispref/help.texi
+++ b/lispref/help.texi
@@ -68,7 +68,7 @@ rearranges the key bindings. (@xref{Keys in Documentation}.)
68 68
69@vindex emacs-lisp-docstring-fill-column 69@vindex emacs-lisp-docstring-fill-column
70 Emacs Lisp mode fills documentation strings to the width 70 Emacs Lisp mode fills documentation strings to the width
71controlled by @code{emacs-lisp-docstring-fill-column}. 71specified by @code{emacs-lisp-docstring-fill-column}.
72 72
73 In Emacs Lisp, a documentation string is accessible through the 73 In Emacs Lisp, a documentation string is accessible through the
74function or variable that it describes: 74function or variable that it describes: