From 0785fb27e9d9eeb8d19dd8e1bfad8e520b04bb4c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 6 May 2013 18:15:57 +0200 Subject: [PATCH] Cosmetics in the comments and strings. --- media-mplayer.el | 4 ++-- media.el | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-mplayer.el b/media-mplayer.el index da6d8df..03ea5a1 100644 --- a/media-mplayer.el +++ b/media-mplayer.el @@ -18,8 +18,8 @@ ;; Contact for comments & bug reports ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Is it me, or the slave mode of mplayer is ugly to parse ? Did I -;; miss something ? +;; Is it me, or the slave mode of mplayer is ugly to parse? Did I miss +;; something? (defcustom media/mplayer/args nil "List of arguments for mplayer." diff --git a/media.el b/media.el index 2a32156..c193b45 100644 --- a/media.el +++ b/media.el @@ -79,17 +79,17 @@ title to display in the list (convenient for internet radios)." :group 'media) (defcustom media/playlist-at-top nil - "Should the playlists be created at the top of the media buffer ?" + "Should the playlists be created at the top of the media buffer?" :type 'bool :group 'media) (defcustom media/add-current-song-to-interrupted-when-killing nil - "Should we save the current song with time in the Interrupted playlist ?" + "Should we save the current song with time in the Interrupted playlist?" :type 'bool :group 'media) (defcustom media/do-not-remove-nonexisting-entries nil - "Should we remove the entries corresponding to a non-existing file when saving the playlists ?" + "Should we remove the entries corresponding to a non-existing file when saving the playlists?" :type 'bool :group 'media) @@ -99,12 +99,12 @@ title to display in the list (convenient for internet radios)." :group 'media) (defcustom media/continue-mode nil - "Should the player start the next song in the buffer when the current terminates ?" + "Should the player start the next song in the buffer when the current terminates?" :type 'boolean :group 'media) (defcustom media/expert nil - "Should the keymap help be shown ?" + "Should the keymap help be shown?" :type 'boolean :group 'media) @@ -943,7 +943,7 @@ which stops when the songs ends." (unless (condition-case nil (media/save-playlists) - (error (not (y-or-n-p "Can not save the playlists. Still kill the media buffer ? ")))) + (error (not (y-or-n-p "Can not save the playlists. Still kill the media buffer? ")))) (kill-buffer media/buffer)) ) -- 2.20.1