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).
This commit is contained in:
parent
e1deafd39d
commit
7d1e9c943f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
(put 'use-hard-newlines 'permanent-local t)
|
||||
(define-minor-mode use-hard-newlines
|
||||
"Toggle distinguishing between hard and soft newlines.
|
||||
"Toggle between hard and soft newlines in the current buffer.
|
||||
|
||||
When enabled, the functions `newline' and `open-line' add the
|
||||
text-property `hard' to newlines that they insert, and a line is
|
||||
|
|
Loading…
Add table
Reference in a new issue