diff options
author | Yoni Rabkin <yonirabkin@member.fsf.org> | 2008-07-05 10:38:09 +0300 |
---|---|---|
committer | Yoni Rabkin <yonirabkin@member.fsf.org> | 2008-07-05 10:38:09 +0300 |
commit | c0b02ba11520f1bd3f1b419ebc689bb07f0b4133 (patch) | |
tree | f742ab161d2cd3a2554ee9d530f6d0179f1e5af1 | |
parent | ef3300d01073ec67b2daea9e9d2553d378150858 (diff) |
Update the Emms manual to point to the newly added lisp/ directory.
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
-rw-r--r-- | doc/emms.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 5c9b5b0..fed2880 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -168,7 +168,7 @@ load-path. For example, if you put all those files into ~/elisp/emms/, then in your ~/.emacs, you should do: @lisp -(add-to-list 'load-path "~/elisp/emms/") +(add-to-list 'load-path "~/elisp/emms/lisp/") @end lisp @noindent @@ -350,7 +350,7 @@ EMMS are located. Let's say you have them in @file{~/elisp/emms/}. So add this line to your @file{.emacs}. @lisp -(add-to-list 'load-path "~/elisp/emms") +(add-to-list 'load-path "~/elisp/emms/lisp/") @end lisp Further informations about installing EMMS can be found in the |