diff options
| author | Richard M. Stallman | 2006-10-16 18:53:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-10-16 18:53:23 +0000 |
| commit | d5168faff64e5138af49621d80dd4a4e0ef68504 (patch) | |
| tree | 9b001fbc306152dccd57afb72e6d22d6ccccac09 | |
| parent | 652fcb8f372360d836ac869ef92afc423f48accf (diff) | |
| download | emacs-d5168faff64e5138af49621d80dd4a4e0ef68504.tar.gz emacs-d5168faff64e5138af49621d80dd4a4e0ef68504.zip | |
Fix prev change.
| -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: |