# HG changeset patch # User Richard M. Stallman # Date 1105051230 0 # Node ID 7497bd0e03ee79d8f1ccc16f5a957194afb748b2 # Parent 8f5e8e079790b6fb67029c2213595d82e12d8a60 (Changing load-path): Fix typo. diff -r 8f5e8e079790 -r 7497bd0e03ee man/faq.texi --- 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