aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYoni Rabkin <yonirabkin@member.fsf.org>2008-07-05 10:38:09 +0300
committerYoni Rabkin <yonirabkin@member.fsf.org>2008-07-05 10:38:09 +0300
commitc0b02ba11520f1bd3f1b419ebc689bb07f0b4133 (patch)
treef742ab161d2cd3a2554ee9d530f6d0179f1e5af1 /doc
parentef3300d01073ec67b2daea9e9d2553d378150858 (diff)
Update the Emms manual to point to the newly added lisp/ directory.
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/emms.texinfo4
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