From 9630645cfc4149a2e4a19b8a30b1515f32a90c68 Mon Sep 17 00:00:00 2001
From: Francois Fleuret <francois@fleuret.org>
Date: Sun, 23 Jan 2011 10:27:18 +0100
Subject: [PATCH] Cosmetics.

---
 vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vm b/vm
index 6f41d75..1b34b49 100644
--- 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)
-- 
2.39.5