changeset 59402:7497bd0e03ee

(Changing load-path): Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Jan 2005 22:40:30 +0000
parents 8f5e8e079790
children 091d63cb5ca6
files man/faq.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/faq.texi	Thu Jan 06 22:03:00 2005 +0000
+++ b/man/faq.texi	Thu Jan 06 22:40:30 2005 +0000
@@ -1583,7 +1583,7 @@
 To do this relative to your home directory:
 
 @lisp
-(setq load-path (cons "~/mysubdir/" load-path)
+(setq load-path (cons "~/mysubdir/" load-path))
 @end lisp
 
 @node Using an already running Emacs process, Compiler error messages, Changing load-path, Common requests