From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 05:00:37 +0000 (-0800) Subject: (custom-buffer-create): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=382fd3687b7a5cb1fd15792cd1d2770ee0a530f2;p=emacs.git (custom-buffer-create): Doc fix. Fixes: debbugs:11122 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44172fa2a70..c438c6c7286 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2014-02-09 Lars Ingebrigtsen * 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). diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 8c3617de633..3463f387da4 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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))