Mercurial > emacs
comparison man/faq.texi @ 59402:7497bd0e03ee
(Changing load-path): Fix typo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Jan 2005 22:40:30 +0000 |
parents | 3e8b1ce2675a |
children | de32236d7f0f cb67264d6096 |
comparison
equal
deleted
inserted
replaced
59401:8f5e8e079790 | 59402:7497bd0e03ee |
---|---|
1581 @end lisp | 1581 @end lisp |
1582 | 1582 |
1583 To do this relative to your home directory: | 1583 To do this relative to your home directory: |
1584 | 1584 |
1585 @lisp | 1585 @lisp |
1586 (setq load-path (cons "~/mysubdir/" load-path) | 1586 (setq load-path (cons "~/mysubdir/" load-path)) |
1587 @end lisp | 1587 @end lisp |
1588 | 1588 |
1589 @node Using an already running Emacs process, Compiler error messages, Changing load-path, Common requests | 1589 @node Using an already running Emacs process, Compiler error messages, Changing load-path, Common requests |
1590 @section How do I use an already running Emacs from another window? | 1590 @section How do I use an already running Emacs from another window? |
1591 @cindex @code{emacsclient} | 1591 @cindex @code{emacsclient} |