(Changing load-path): Fix typo.

This commit is contained in:
Richard M. Stallman 2005-01-06 22:40:30 +00:00
parent 49ce2dbd86
commit c69955553a

View 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