(Changing load-path): Fix typo.
This commit is contained in:
parent
49ce2dbd86
commit
c69955553a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue