From: Lars Ingebrigtsen Date: Thu, 23 Jan 2020 13:02:12 +0000 (+0100) Subject: Minor doc string clarification in use-hard-newlines X-Git-Tag: emacs-27.0.90~106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d1e9c943f;p=emacs.git 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). --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 47b91830a2d..99c3e471241 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -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