aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1998-09-09 19:59:31 +0000
committerDave Love1998-09-09 19:59:31 +0000
commit9181be696161014a79ca7cb75e57be59aefe32a7 (patch)
treedfe69a49020bbbd6d29b99babbaa6b904c85e01d
parentb484eecc3f95140e69b2b37a0ae20f62840e12b0 (diff)
downloademacs-9181be696161014a79ca7cb75e57be59aefe32a7.tar.gz
emacs-9181be696161014a79ca7cb75e57be59aefe32a7.zip
(use-hard-newlines): Doc fix.
-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 d647419d123..55d176d13f9 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -38,7 +38,7 @@
38;; because it is always buffer-local. 38;; because it is always buffer-local.
39(defvar use-hard-newlines nil 39(defvar use-hard-newlines nil
40 "Non-nil means to distinguish hard and soft newlines. 40 "Non-nil means to distinguish hard and soft newlines.
41See documentation for the `use-hard-newlines' function.") 41See documentation for the function `use-hard-newlines'.")
42(make-variable-buffer-local 'use-hard-newlines) 42(make-variable-buffer-local 'use-hard-newlines)
43 43
44(defun use-hard-newlines (&optional arg insert) 44(defun use-hard-newlines (&optional arg insert)