From c69955553a30457e422118dd485e2530f0ad1ae1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 Jan 2005 22:40:30 +0000 Subject: [PATCH] (Changing load-path): Fix typo. --- man/faq.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5