aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-05 18:42:06 +0000
committerGlenn Morris2008-04-05 18:42:06 +0000
commit35f851e137c8c18ac2173bce5e4d3749dc848a30 (patch)
tree58f08a2f09ef0af7e7a871941237a235d1f040ad
parent06a97d46c40453352292d28589ffbf2631819fa0 (diff)
downloademacs-35f851e137c8c18ac2173bce5e4d3749dc848a30.tar.gz
emacs-35f851e137c8c18ac2173bce5e4d3749dc848a30.zip
Fix grammar in previous change.
-rw-r--r--doc/emacs/custom.texi2
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
2092solution is to use the Emacs server to reduce the number of times you 2092solution is to use the Emacs server to reduce the number of times you
2093have to start Emacs (@pxref{Emacs Server}). If your @file{.emacs} 2093have to start Emacs (@pxref{Emacs Server}). If your @file{.emacs}
2094defines many functions, consider moving them to a separate 2094defines 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
2098minor customization, you should read the @cite{Emacs Lisp Reference Manual}. 2098minor customization, you should read the @cite{Emacs Lisp Reference Manual}.