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