Mercurial > emacs
changeset 93708:969b814ef0a8
Fix grammar in previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 05 Apr 2008 18:42:06 +0000 |
parents | d9fb7e6ad14e |
children | 1471197c1a94 |
files | doc/emacs/custom.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}.