aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-18 04:18:23 +0000
committerMarkus Rost2002-11-18 04:18:23 +0000
commiteacd92dd027cd948f8136cd39aa086b9c93a4e83 (patch)
tree808c7bdf2da76fc073f898c124fe9a8ca4ef10e2
parentd408fed8eb5c9ccca5cbf353e9e5eb2e9d881927 (diff)
downloademacs-eacd92dd027cd948f8136cd39aa086b9c93a4e83.tar.gz
emacs-eacd92dd027cd948f8136cd39aa086b9c93a4e83.zip
(use-hard-newlines): Add group.
-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