emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: typo in man/faq.texi


From: Stefan Monnier
Subject: Re: typo in man/faq.texi
Date: Thu, 06 Jan 2005 09:15:16 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>  @lisp
> -(setq load-path (cons "~/mysubdir/" load-path)
> +(setq load-path (cons "~/mysubdir/" load-path))
>  @end lisp

We could also replace it with

  (add-to-list 'load-path "~/mysubdir")


-- Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]