diff options
| author | Dani Moncayo | 2012-04-02 12:18:06 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-02 12:18:06 +0800 |
| commit | dc663c794c4778114e3a8524eb8bb9f0a7143f5d (patch) | |
| tree | f16cb355d88683bb3b4574271248b2801f70444b | |
| parent | 7bd20f915b94b9467c596b105f1a49d3fe77936b (diff) | |
| download | emacs-dc663c794c4778114e3a8524eb8bb9f0a7143f5d.tar.gz emacs-dc663c794c4778114e3a8524eb8bb9f0a7143f5d.zip | |
* doc/emacs/custom.texi (Changing a Variable): Fix example.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/custom.texi | 4 |
2 files changed, 6 insertions, 2 deletions
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 @@ | |||
| 1 | 2012-04-02 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * custom.texi (Changing a Variable): Fix example. | ||
| 4 | |||
| 1 | 2012-04-01 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-04-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * misc.texi (emacsclient Options): More clarifications about -t | 7 | * 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 | |||
| 332 | 332 | ||
| 333 | @smallexample | 333 | @smallexample |
| 334 | [Set for Current Session] [Save for Future Sessions] | 334 | [Set for Current Session] [Save for Future Sessions] |
| 335 | [Undo Edits] [Reset to Saved] [Erase Customization] [Finish] | 335 | [Undo Edits] [Reset to Saved] [Erase Customization] [Exit] |
| 336 | @end smallexample | 336 | @end smallexample |
| 337 | 337 | ||
| 338 | @noindent | 338 | @noindent |
| @@ -351,7 +351,7 @@ C-s} (@code{Custom-save}) is like using the @samp{[Save for Future | |||
| 351 | Sessions]} button. | 351 | Sessions]} button. |
| 352 | 352 | ||
| 353 | @vindex custom-buffer-done-kill | 353 | @vindex custom-buffer-done-kill |
| 354 | The @samp{[Finish]} button switches out of the customization buffer, | 354 | The @samp{[Exit]} button switches out of the customization buffer, |
| 355 | and buries the buffer at the bottom of the buffer list. To make it | 355 | and buries the buffer at the bottom of the buffer list. To make it |
| 356 | kill the customization buffer instead, change the variable | 356 | kill the customization buffer instead, change the variable |
| 357 | @code{custom-buffer-done-kill} to @code{t}. | 357 | @code{custom-buffer-done-kill} to @code{t}. |