diff options
author | Yoni Rabkin <yonirabkin@member.fsf.org> | 2008-09-02 20:46:14 +0300 |
---|---|---|
committer | Yoni Rabkin <yonirabkin@member.fsf.org> | 2008-09-02 20:46:14 +0300 |
commit | 376b9ebede6cc8c6fbcd3d2ececaa7311d67a973 (patch) | |
tree | 44146c31ddbcb4e15f53c41a9e4008a41cbc9626 /doc/emms.texinfo | |
parent | 36b3d963b1ff780914a7e690a34cd0ba3a65043a (diff) |
Ask before saving over an existing playlist file.
As suggested on the mailing list, this feature can be turned off. The
appropriate documentation has been added to the Emms manual.
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r-- | doc/emms.texinfo | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 54cd72d..f98aa03 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -758,8 +758,8 @@ An Emms source for multiple directory trees - either @var{dir}, or the value of @var{emms-source-file-default-directory}. @end defun @defun emms-source-playlist file -An EMMS source for playlists. See `emms-source-playlist-formats' for -a list of supported formats. +An EMMS source for playlists. See @var{emms-source-playlist-formats} +for a list of supported formats. @end defun @defun emms-source-playlist-native file An EMMS source for a native EMMS playlist file. @@ -845,7 +845,7 @@ buffer is also selected. @defun emms-playlist-save &optional format file Store the current playlist to FILE as the type FORMAT. The default -format is specified by `emms-source-playlist-default-format'. +format is specified by @var{emms-source-playlist-default-format}. @end defun The current Emms playlist buffer is stored in the variable @@ -1005,7 +1005,10 @@ Put the interactive playlist buffer at the end of the list of all buffers. @item C-x C-s @findex emms-playlist-save -Save the current playlist buffer to a file. +Save the current playlist buffer to a file. By default, Emms will ask +you for confirmation before overwriting an existing playlist. You can +silently overwrite existing playlist by setting +@var{emms-source-playlist-ask-before-overwrite} to nil. @item ? @findex describe-mode Describe the mode. |