From: Karl Heuer Date: Sun, 13 Sep 1998 03:41:13 +0000 (+0000) Subject: (use-hard-newlines): Doc fix. X-Git-Tag: emacs-20.4~1704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a994501e3253088640cc8f921a3e1cfa60b5be90;p=emacs.git (use-hard-newlines): Doc fix. --- 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)