From: Glenn Morris Date: Sat, 5 Apr 2008 18:42:06 +0000 (+0000) Subject: Fix grammar in previous change. X-Git-Tag: emacs-pretest-23.0.90~6544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35f851e137c8c18ac2173bce5e4d3749dc848a30;p=emacs.git Fix grammar in previous change. --- 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 solution is to use the Emacs server to reduce the number of times you have to start Emacs (@pxref{Emacs Server}). If your @file{.emacs} defines many functions, consider moving them to a separate -(byte-compiled) file which you load in your @file{.emacs}. +(byte-compiled) file that you load in your @file{.emacs}. If you are going to write actual Emacs Lisp programs that go beyond minor customization, you should read the @cite{Emacs Lisp Reference Manual}.