mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 16:32:14 +00:00
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)
|
(put 'use-hard-newlines 'permanent-local t)
|
||||||
(define-minor-mode use-hard-newlines
|
(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
|
When enabled, the functions `newline' and `open-line' add the
|
||||||
text-property `hard' to newlines that they insert, and a line is
|
text-property `hard' to newlines that they insert, and a line is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue