From: Dani Moncayo Date: Mon, 2 Apr 2012 04:18:06 +0000 (+0800) Subject: * doc/emacs/custom.texi (Changing a Variable): Fix example. X-Git-Tag: emacs-pretest-24.0.05~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc663c794c4778114e3a8524eb8bb9f0a7143f5d;p=emacs.git * doc/emacs/custom.texi (Changing a Variable): Fix example. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 0b30f4b2e84..f506909ddbe 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-04-02 Dani Moncayo (tiny change) + + * custom.texi (Changing a Variable): Fix example. + 2012-04-01 Eli Zaretskii * misc.texi (emacsclient Options): More clarifications about -t diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 82a7a02a9ac..a00423a5826 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -332,7 +332,7 @@ customization. Use the @samp{Add Comment} item from the @smallexample [Set for Current Session] [Save for Future Sessions] - [Undo Edits] [Reset to Saved] [Erase Customization] [Finish] + [Undo Edits] [Reset to Saved] [Erase Customization] [Exit] @end smallexample @noindent @@ -351,7 +351,7 @@ C-s} (@code{Custom-save}) is like using the @samp{[Save for Future Sessions]} button. @vindex custom-buffer-done-kill - The @samp{[Finish]} button switches out of the customization buffer, + The @samp{[Exit]} button switches out of the customization buffer, and buries the buffer at the bottom of the buffer list. To make it kill the customization buffer instead, change the variable @code{custom-buffer-done-kill} to @code{t}.