[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emms-help] [PATCH] Update the Emms manual to point to the newly added l
From: |
Yoni Rabkin |
Subject: |
[emms-help] [PATCH] Update the Emms manual to point to the newly added lisp/ directory. |
Date: |
Sat, 05 Jul 2008 10:42:00 +0300 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.2 (gnu/linux) |
After moving the Emacs Lisp files to lisp/, we need this small, but
important fix to the Emms manual.
>From c0b02ba11520f1bd3f1b419ebc689bb07f0b4133 Mon Sep 17 00:00:00 2001
From: Yoni Rabkin <address@hidden>
Date: Sat, 5 Jul 2008 10:38:09 +0300
Subject: [PATCH] Update the Emms manual to point to the newly added lisp/
directory.
Signed-off-by: Yoni Rabkin <address@hidden>
---
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
--
1.5.2.5
--
"Cut your own wood and it will warm you twice"
- [emms-help] [PATCH] Update the Emms manual to point to the newly added lisp/ directory.,
Yoni Rabkin <=