aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/paragraphs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 90760c22acf..94768055c23 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -51,6 +51,7 @@ or anything else to ask the user.
51 51
52Newlines not marked hard are called \"soft\", and are always internal 52Newlines not marked hard are called \"soft\", and are always internal
53to paragraphs. The fill functions insert and delete only soft newlines." 53to paragraphs. The fill functions insert and delete only soft newlines."
54 :group 'paragraphs
54 :extra-args (insert) 55 :extra-args (insert)
55 (when use-hard-newlines 56 (when use-hard-newlines
56 ;; Turn mode on 57 ;; Turn mode on