]> git.eshelyaron.com Git - emacs.git/commitdiff
(Changing load-path): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 2005 22:40:30 +0000 (22:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 2005 22:40:30 +0000 (22:40 +0000)
man/faq.texi

index 6ca849d7b1e15bfeb7708936a290e3cb9c93d5e6..b2a8b40155fd04cac1d3a54fc82ed0038f389d97 100644 (file)
@@ -1583,7 +1583,7 @@ directory @var{/dir/subdir} to the load path like this:
 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