# HG changeset patch # User Glenn Morris # Date 1207420926 0 # Node ID 969b814ef0a8cd1a4e839f26d4d4e28fb0ef044e # Parent d9fb7e6ad14ec5ff80ceba83069a4661ffeccb9d Fix grammar in previous change. diff -r d9fb7e6ad14e -r 969b814ef0a8 doc/emacs/custom.texi --- a/doc/emacs/custom.texi Sat Apr 05 18:39:33 2008 +0000 +++ b/doc/emacs/custom.texi Sat Apr 05 18:42:06 2008 +0000 @@ -2092,7 +2092,7 @@ 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}.