(custom-buffer-create): Doc fix.

Fixes: debbugs:11122
This commit is contained in:
Lars Ingebrigtsen 2014-02-08 21:00:37 -08:00
parent fc2b1ffaa0
commit 382fd3687b
2 changed files with 3 additions and 1 deletions

View 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).

View 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))