diff options
| author | Glenn Morris | 2008-04-05 18:42:06 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-05 18:42:06 +0000 |
| commit | 35f851e137c8c18ac2173bce5e4d3749dc848a30 (patch) | |
| tree | 58f08a2f09ef0af7e7a871941237a235d1f040ad | |
| parent | 06a97d46c40453352292d28589ffbf2631819fa0 (diff) | |
| download | emacs-35f851e137c8c18ac2173bce5e4d3749dc848a30.tar.gz emacs-35f851e137c8c18ac2173bce5e4d3749dc848a30.zip | |
Fix grammar in previous change.
| -rw-r--r-- | doc/emacs/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index efc6614abe2..1d0d6668d62 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -2092,7 +2092,7 @@ leads to problems when you forget to recompile the file. A better | |||
| 2092 | solution is to use the Emacs server to reduce the number of times you | 2092 | solution is to use the Emacs server to reduce the number of times you |
| 2093 | have to start Emacs (@pxref{Emacs Server}). If your @file{.emacs} | 2093 | have to start Emacs (@pxref{Emacs Server}). If your @file{.emacs} |
| 2094 | defines many functions, consider moving them to a separate | 2094 | defines many functions, consider moving them to a separate |
| 2095 | (byte-compiled) file which you load in your @file{.emacs}. | 2095 | (byte-compiled) file that you load in your @file{.emacs}. |
| 2096 | 2096 | ||
| 2097 | If you are going to write actual Emacs Lisp programs that go beyond | 2097 | If you are going to write actual Emacs Lisp programs that go beyond |
| 2098 | minor customization, you should read the @cite{Emacs Lisp Reference Manual}. | 2098 | minor customization, you should read the @cite{Emacs Lisp Reference Manual}. |