aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-09-13 03:41:13 +0000
committerKarl Heuer1998-09-13 03:41:13 +0000
commita994501e3253088640cc8f921a3e1cfa60b5be90 (patch)
treef36bd9f3c693e0dd64879831ebcfd5afd42c10a4
parente189df50734a6204dc1ec96c7bdde83ba8311990 (diff)
downloademacs-a994501e3253088640cc8f921a3e1cfa60b5be90.tar.gz
emacs-a994501e3253088640cc8f921a3e1cfa60b5be90.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 55d176d13f9..4132cb131c5 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 function `use-hard-newlines'.") 41See also the 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)