]> git.eshelyaron.com Git - emacs.git/commitdiff
(use-hard-newlines): Doc fix.
authorDave Love <fx@gnu.org>
Wed, 9 Sep 1998 19:59:31 +0000 (19:59 +0000)
committerDave Love <fx@gnu.org>
Wed, 9 Sep 1998 19:59:31 +0000 (19:59 +0000)
lisp/textmodes/paragraphs.el

index d647419d1233cd9e0413cdc1a2b281cf3d320c63..55d176d13f9af90e055d80dd0501cf0d7938ea87 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 `use-hard-newlines' function.")
+See documentation for the function `use-hard-newlines'.")
 (make-variable-buffer-local 'use-hard-newlines)
 
 (defun use-hard-newlines (&optional arg insert)