diff options
| -rw-r--r-- | lispref/help.texi | 2 |
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 |
| 71 | controlled by @code{emacs-lisp-docstring-fill-column}. | 71 | specified 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 |
| 74 | function or variable that it describes: | 74 | function or variable that it describes: |