]> git.eshelyaron.com Git - emacs.git/commitdiff
(use-hard-newlines): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sun, 13 Sep 1998 03:41:13 +0000 (03:41 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 13 Sep 1998 03:41:13 +0000 (03:41 +0000)
lisp/textmodes/paragraphs.el

index 55d176d13f9af90e055d80dd0501cf0d7938ea87..4132cb131c52936ded2ba7736a1daa3f3a1cbb6d 100644 (file)
@@ -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)