diff options
author | William Xu <william.xwl@gmail.com> | 2007-03-01 09:15:00 +0000 |
---|---|---|
committer | William Xu <william.xwl@gmail.com> | 2007-03-01 09:15:00 +0000 |
commit | 01c7a23c5776a108b89c9afeb9cb51341afae2a6 (patch) | |
tree | 4dd55cc44bf697c614029943236dd6620806cb31 /emms.texinfo | |
parent | bbd748ac03ad597ba7e3379c0129728b90c020bc (diff) |
emms.texinfo: Update lyrics section.
darcs-hash:20070301091537-cfa61-58e400533d2fb56d726c870ee3861981ba11a55c.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/emms.texinfo b/emms.texinfo index d72c534..1b00957 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1773,7 +1773,9 @@ To activate this, add the following to your .emacs. We can display the lyrics of a song in time with the music using the `emms-lyrics' package provided by the file @file{emms-lyrics.el}. -The lyrics files should have the extention ``.lrc''. +The lyrics files should have the extention ``.lrc'', and can be placed +under either the same directory as the music files or +@var{emms-lyrics-dir}. To add this feature we invoke: @@ -1795,8 +1797,9 @@ If non-nil, display lyrics on modeline. @end defvr @defvr {User Option} emms-lyrics-dir -Local lyrics repository. @command{emms-lyrics-find-lyric} will look -for lyrics in current directory and this directory. +Local lyrics repository. +@command{emms-lyrics-find-lyric} will look for lyrics in current +directory(i.e., same as the music file) and this directory. @end defvr @defvr {User Option} emms-lyrics-display-format |