From 382fd3687b7a5cb1fd15792cd1d2770ee0a530f2 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 21:00:37 -0800 Subject: [PATCH] (custom-buffer-create): Doc fix. Fixes: debbugs:11122 --- lisp/ChangeLog | 1 + lisp/cus-edit.el | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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)) -- 2.39.2