summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-02-03 19:17:58 -0800
committerGlenn Morris <rgm@gnu.org>2011-02-03 19:17:58 -0800
commit4eccc2c60f6e0a0d6d6e6948be1d158f917dcaff (patch)
treec2c0591c14555a45280f1c9987d082a629f6cd62
parentd587aab212d5a9797a5aed0c4a5482f22f790736 (diff)
downloademacs-4eccc2c60f6e0a0d6d6e6948be1d158f917dcaff.tar.gz
* doc/emacs/custom.texi (Variables): Fix typo.
-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 f3c6afc3fa5..20e672f9ab6 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-04 Glenn Morris <rgm@gnu.org>
+
+ * custom.texi (Variables): Fix typo.
+
2011-01-28 Chong Yidong <cyd@stupidchicken.com>
* search.texi (Regexps): Copyedits. Mention character classes
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index b3efaff3c65..a5f1e59db95 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -771,7 +771,7 @@ using the help command @kbd{C-h v} (@code{describe-variable}).
most interesting variables for a non-programmer user are those meant
for users to change---these are called @dfn{user options}. @xref{Easy
Customization}, for information about using the Customize facility to
-set user options. In the following sections, we describe will other
+set user options. In the following sections, we will describe other
aspects of Emacs variables, such as how to set them outside Customize.
Emacs Lisp allows any variable (with a few exceptions) to have any