diff options
| author | Glenn Morris | 2013-05-06 23:43:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-06 23:43:34 -0700 |
| commit | 90ed99d54cd8f49aacd97a91233a706eb4106f54 (patch) | |
| tree | 0efde940e2ad66a00dc44d324ea874b03691d1d0 | |
| parent | 9698b18ff96288cca29a63b73ab3008baa829e8a (diff) | |
| download | emacs-90ed99d54cd8f49aacd97a91233a706eb4106f54.tar.gz emacs-90ed99d54cd8f49aacd97a91233a706eb4106f54.zip | |
* doc/emacs/custom.texi (Changing a Variable): Fix typo.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/custom.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b7acae09914..7dbb4f5e1ce 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-05-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * custom.texi (Changing a Variable): Fix typo. | ||
| 4 | |||
| 1 | 2013-05-06 Glenn Morris <rgm@gnu.org> | 5 | 2013-05-06 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * trouble.texi (Contributing): Remove obsolete info re pretesters. | 7 | * trouble.texi (Contributing): Remove obsolete info re pretesters. |
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index fae61252724..45fa45191f3 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -345,7 +345,7 @@ hidden, nor on subgroups that are hidden or not visible in the buffer. | |||
| 345 | @kindex C-x C-c @r{(customization buffer)} | 345 | @kindex C-x C-c @r{(customization buffer)} |
| 346 | @findex Custom-set | 346 | @findex Custom-set |
| 347 | @findex Custom-save | 347 | @findex Custom-save |
| 348 | The command @kbd{C-c C-c} (@code{Custom-set}) is equivalent using to | 348 | The command @kbd{C-c C-c} (@code{Custom-set}) is equivalent to using |
| 349 | the @samp{[Set for Current Session]} button. The command @kbd{C-x | 349 | the @samp{[Set for Current Session]} button. The command @kbd{C-x |
| 350 | C-s} (@code{Custom-save}) is like using the @samp{[Save for Future | 350 | C-s} (@code{Custom-save}) is like using the @samp{[Save for Future |
| 351 | Sessions]} button. | 351 | Sessions]} button. |