From c0b02ba11520f1bd3f1b419ebc689bb07f0b4133 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Sat, 5 Jul 2008 10:38:09 +0300 Subject: Update the Emms manual to point to the newly added lisp/ directory. Signed-off-by: Yoni Rabkin --- doc/emms.texinfo | 4 ++-- 1 file 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 -- cgit v1.2.3