* mu4e: cosmetic

This commit is contained in:
djcb 2012-10-19 00:51:24 +03:00
parent 7915cafdee
commit 1873b20acb
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ Function will return the cdr of the list element."
(response
(mu4e~read-char-choice
(concat prompt optionsstr
" [" (propertize "C-g" 'face 'mu4e-highlight-face) " to quit]")
" [" (propertize "C-g" 'face 'mu4e-highlight-face) " to cancel]")
;; the allowable chars
(map 'list (lambda(elm) (string-to-char (car elm))) options)))
(chosen