From: Richard M. Stallman Date: Thu, 6 Jan 2005 22:40:30 +0000 (+0000) Subject: (Changing load-path): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~2882 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c69955553a30457e422118dd485e2530f0ad1ae1;p=emacs.git (Changing load-path): Fix typo. --- diff --git a/man/faq.texi b/man/faq.texi index 6ca849d7b1e..b2a8b40155f 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -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