# HG changeset patch # User Karl Heuer # Date 905658073 0 # Node ID 5e7aa3a0e2adb5578aab207a6a234c9e32a4051f # Parent 67e80974136e20398e4054999450b826097708b6 (use-hard-newlines): Doc fix. diff -r 67e80974136e -r 5e7aa3a0e2ad lisp/textmodes/paragraphs.el --- 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)