aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: