diff lisp/textmodes/paragraphs.el @ 23245:5e7aa3a0e2ad

(use-hard-newlines): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Sun, 13 Sep 1998 03:41:13 +0000
parents a9ebac06b080
children 92537e14b89b
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)