Skip to content

Commit 7d1e9c9

Browse files
committed
Minor doc string clarification in use-hard-newlines
* lisp/textmodes/paragraphs.el (use-hard-newlines): Clarify that this minor mode isn't global (bug#20461).
1 parent e1deafd commit 7d1e9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/textmodes/paragraphs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
(put 'use-hard-newlines 'permanent-local t)
3737
(define-minor-mode use-hard-newlines
38-
"Toggle distinguishing between hard and soft newlines.
38+
"Toggle between hard and soft newlines in the current buffer.
3939
4040
When enabled, the functions `newline' and `open-line' add the
4141
text-property `hard' to newlines that they insert, and a line is

0 commit comments

Comments
 (0)