aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorDave Love <[email protected]>1998-09-09 19:59:31 +0000
committerDave Love <[email protected]>1998-09-09 19:59:31 +0000
commit9181be696161014a79ca7cb75e57be59aefe32a7 (patch)
treedfe69a49020bbbd6d29b99babbaa6b904c85e01d /lisp/textmodes
parentb484eecc3f95140e69b2b37a0ae20f62840e12b0 (diff)
(use-hard-newlines): Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/paragraphs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index d647419d12..55d176d13f 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 `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)