emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116369: (custom-buffer-create): Doc fix.


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116369: (custom-buffer-create): Doc fix.
Date: Sun, 09 Feb 2014 05:01:50 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116369
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/11122
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 21:00:37 -0800
message:
  (custom-buffer-create): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/cus-edit.el               cusedit.el-20091113204419-o5vbwnq5f7feedwu-1091
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 04:57:28 +0000
+++ b/lisp/ChangeLog    2014-02-09 05:00:37 +0000
@@ -1,6 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <address@hidden>
 
        * 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).

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2014-02-09 04:57:28 +0000
+++ b/lisp/cus-edit.el  2014-02-09 05:00:37 +0000
@@ -1530,7 +1530,8 @@
 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))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]