]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-buffer-create): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 05:00:37 +0000 (21:00 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 05:00:37 +0000 (21:00 -0800)
Fixes: debbugs:11122
lisp/ChangeLog
lisp/cus-edit.el

index 44172fa2a702b43843b5ff6cfc4da34688bf0dbc..c438c6c72869629acc1e77c6502066415eea29d1 100644 (file)
@@ -1,6 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * cus-edit.el (customize-apropos): Fix error string.
+       (custom-buffer-create): Doc fix (bug#11122).
 
        * dired-aux.el (dired-copy-file-recursive): Remove slighly
        misleading comment (bug#11328).
index 8c3617de633f1a3852c7f07b666dfd09884aec1e..3463f387da4e5243f83b16382ab4ff4fa043a06f 100644 (file)
@@ -1530,7 +1530,8 @@ not for everybody."
 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."
+that option.
+DESCRIPTION is unused."
   (pop-to-buffer-same-window (custom-get-fresh-buffer (or name "*Customization*")))
   (custom-buffer-create-internal options description))