Mercurial > emacs
changeset 23245:5e7aa3a0e2ad
(use-hard-newlines): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 13 Sep 1998 03:41:13 +0000 |
parents | 67e80974136e |
children | 3741d2ab743a |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Sun Sep 13 03:37:24 1998 +0000 +++ b/lisp/textmodes/paragraphs.el Sun Sep 13 03:41:13 1998 +0000 @@ -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)