diff options
author | william.xwl <william.xwl> | 2006-04-03 14:04:00 +0000 |
---|---|---|
committer | william.xwl <mwolson@gnu.org> | 2006-04-03 14:04:00 +0000 |
commit | 1ad6f6d51ebbb64a117c12adbb298cce4d816cfb (patch) | |
tree | ae0b14e84ca19019875e5c7f27a8f8902200786a | |
parent | ff4bd16b5db79f53d55637724afe413aa100e372 (diff) |
Updated manual for emms-lyrics.
darcs-hash:20060403140416-e8fe6-e783c9fdc7420f7f1b6bc94642a80e86d2f251e1.gz
-rw-r--r-- | emms.texinfo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index 88d477e..f64cb31 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1174,11 +1174,24 @@ Customize feature in Emacs. If non-nil, display lyrics on minibuffer. @end defvr +@defvr {User Option} emms-lyrics-display-on-modeline +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. @end defvr +@defvr {User Option} emms-lyrics-display-format +Format for displaying lyrics. "%s" will be replaced by the lyrics +string. +@end defvr + +@defvr {User Option} emms-lyrics-coding-system +Coding system used in the output of lyrics. +@end defvr + We can control `emms-lyrics' with the help of the following functions: @defun emms-lyrics-start |