emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 21128b5: Doc fix: _ chars are automatically removed


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 21128b5: Doc fix: _ chars are automatically removed.
Date: Thu, 28 Apr 2016 23:41:52 +0000

branch: master
commit 21128b5ff48578b11e045ac99e061fe45d3eb89f
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Doc fix: _ chars are automatically removed.
    
    * lisp/cus-edit.el (custom-buffer-create): _ chars are
    automatically removed when displaying help, so fix the last
    doc change.
    (custom-buffer-create-other-window): Ditto.
---
 lisp/cus-edit.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index cf98b60..ee0f14f 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -1549,7 +1549,7 @@ Optional NAME is the name of the buffer.
 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
 SYMBOL is a customization option, and WIDGET is a widget for editing
 that option.
-_DESCRIPTION is unused."
+DESCRIPTION is unused."
   (pop-to-buffer-same-window
    (custom-get-fresh-buffer (or name "*Customization*")))
   (custom-buffer-create-internal options))
@@ -1562,7 +1562,7 @@ Optional NAME is the name of the buffer.
 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
 SYMBOL is a customization option, and WIDGET is a widget for editing
 that option.
-_DESCRIPTION is unused."
+DESCRIPTION is unused."
   (unless name (setq name "*Customization*"))
   (switch-to-buffer-other-window (custom-get-fresh-buffer name))
   (custom-buffer-create-internal options))



reply via email to

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