diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/paragraphs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 55d176d13f9..4132cb131c5 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -38,7 +38,7 @@ ;; because it is always buffer-local. (defvar use-hard-newlines nil "Non-nil means to distinguish hard and soft newlines. -See documentation for the function `use-hard-newlines'.") +See also the documentation for the function `use-hard-newlines'.") (make-variable-buffer-local 'use-hard-newlines) (defun use-hard-newlines (&optional arg insert) |