aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2013-05-06 23:43:34 -0700
committerGlenn Morris2013-05-06 23:43:34 -0700
commit90ed99d54cd8f49aacd97a91233a706eb4106f54 (patch)
tree0efde940e2ad66a00dc44d324ea874b03691d1d0 /doc
parent9698b18ff96288cca29a63b73ab3008baa829e8a (diff)
downloademacs-90ed99d54cd8f49aacd97a91233a706eb4106f54.tar.gz
emacs-90ed99d54cd8f49aacd97a91233a706eb4106f54.zip
* doc/emacs/custom.texi (Changing a Variable): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/custom.texi2
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 @@
12013-05-07 Glenn Morris <rgm@gnu.org>
2
3 * custom.texi (Changing a Variable): Fix typo.
4
12013-05-06 Glenn Morris <rgm@gnu.org> 52013-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
349the @samp{[Set for Current Session]} button. The command @kbd{C-x 349the @samp{[Set for Current Session]} button. The command @kbd{C-x
350C-s} (@code{Custom-save}) is like using the @samp{[Save for Future 350C-s} (@code{Custom-save}) is like using the @samp{[Save for Future
351Sessions]} button. 351Sessions]} button.