emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 7d1e9c9: Minor doc string clarification in use-hard-newlines


From: Lars Ingebrigtsen
Subject: emacs-27 7d1e9c9: Minor doc string clarification in use-hard-newlines
Date: Thu, 23 Jan 2020 08:02:26 -0500 (EST)

branch: emacs-27
commit 7d1e9c943ffa3ded122ef3c8755e05dfb5e9c33f
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 lisp/textmodes/paragraphs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 47b9183..99c3e47 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]