emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 df6cee9 16/64: Wrap the auto-generated doc string


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 df6cee9 16/64: Wrap the auto-generated doc string
Date: Sun, 01 May 2016 18:18:40 +0000

branch: emacs-25
commit df6cee945677146600e5e171586921449a023e71
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Wrap the auto-generated doc string
    
    * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Wrap a
    string to make it less likely that we get overlong lines
    (bug#17999).
    
    (cherry picked from commit 323b69664914d687fd4b48593479cea223dfbcb4)
---
 lisp/emacs-lisp/easy-mmode.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index 6a4d835..05229d2 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -252,7 +252,8 @@ Use the command `%s' to change this variable." pretty-name 
mode))
          (t
          (let ((base-doc-string
                  (concat "Non-nil if %s is enabled.
-See the command `%s' for a description of this minor mode."
+See the `%s' command
+for a description of this minor mode."
                          (if body "
 Setting this variable directly does not take effect;
 either customize it (see the info node `Easy Customization')



reply via email to

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