From 616e8a871d5457caf3605f88f3922045284a0ca3 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. --- lisp/ChangeLog | 1 + lisp/cus-edit.el | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9cf908daaaa..c430a0bcda4 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.11.4.GIT