Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 23 Jan 2011 09:27:18 +0000 (10:27 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 23 Jan 2011 09:27:18 +0000 (10:27 +0100)
vm

diff --git a/vm b/vm
index 6f41d75..1b34b49 100644 (file)
--- a/vm
+++ b/vm
@@ -585,9 +585,9 @@ an attachment")
         (ff/first-buffer-in-mode (cdr l) m))))
 
 (defun ff/compose-mail (&optional force-new)
-  "Switch to an existing buffer with major mode `mail-mode',
+  "Cycles through an existing buffers with major mode `mail-mode',
 or invoke `vm-compose-mail' if none can be found or if FORCE-NEW
-is t. If already in a mail buffer, burry it and go to the next."
+is t."
   (interactive "P")
   (when (eq major-mode 'mail-mode) (bury-buffer))
   (let ((buf (and (not force-new)