]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/custom.texi (Changing a Variable): Fix example.
authorDani Moncayo <dmoncayo@gmail.com>
Mon, 2 Apr 2012 04:18:06 +0000 (12:18 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 2 Apr 2012 04:18:06 +0000 (12:18 +0800)
doc/emacs/ChangeLog
doc/emacs/custom.texi

index 0b30f4b2e84fd19bac8523379988fce75846282d..f506909ddbe1ebd774dbbbd64bb6b695396e4580 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-02  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
+
+       * custom.texi (Changing a Variable): Fix example.
+
 2012-04-01  Eli Zaretskii  <eliz@gnu.org>
 
        * misc.texi (emacsclient Options): More clarifications about -t
index 82a7a02a9ac83d363304c5fc29bcd181ea13d598..a00423a58262e011f606b35bcaf185bc2dc3f1fa 100644 (file)
@@ -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}.