diff options
| author | Glenn Morris | 2011-02-03 19:17:58 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-03 19:17:58 -0800 |
| commit | d436de979a7d9879aaf65d8830770f8718a40a71 (patch) | |
| tree | 968bb8f5bf4c16db0b7aa1d8fc7113333d3d61f4 /doc | |
| parent | 0543d43d4865563d889d25ea870411e06e07e9eb (diff) | |
| download | emacs-d436de979a7d9879aaf65d8830770f8718a40a71.tar.gz emacs-d436de979a7d9879aaf65d8830770f8718a40a71.zip | |
* doc/emacs/custom.texi (Variables): Fix typo.
Diffstat (limited to 'doc')
| -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 f3c6afc3fa5..20e672f9ab6 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * custom.texi (Variables): Fix typo. | ||
| 4 | |||
| 1 | 2011-01-28 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-01-28 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * search.texi (Regexps): Copyedits. Mention character classes | 7 | * 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}). | |||
| 771 | most interesting variables for a non-programmer user are those meant | 771 | most interesting variables for a non-programmer user are those meant |
| 772 | for users to change---these are called @dfn{user options}. @xref{Easy | 772 | for users to change---these are called @dfn{user options}. @xref{Easy |
| 773 | Customization}, for information about using the Customize facility to | 773 | Customization}, for information about using the Customize facility to |
| 774 | set user options. In the following sections, we describe will other | 774 | set user options. In the following sections, we will describe other |
| 775 | aspects of Emacs variables, such as how to set them outside Customize. | 775 | aspects of Emacs variables, such as how to set them outside Customize. |
| 776 | 776 | ||
| 777 | Emacs Lisp allows any variable (with a few exceptions) to have any | 777 | Emacs Lisp allows any variable (with a few exceptions) to have any |