org-agenda.el (org-agenda-view-mode-dispatch): message more readable.

* org-agenda.el (org-agenda-view-mode-dispatch): Make the
message more readable.
This commit is contained in:
Bastien Guerry 2012-05-05 09:57:30 +02:00
parent 405eae0497
commit e508b497a3
1 changed files with 3 additions and 4 deletions

View File

@ -6891,10 +6891,9 @@ With prefix ARG, go backward that many times the current span."
(defun org-agenda-view-mode-dispatch ()
"Call one of the view mode commands."
(interactive)
(message "View: [d]ay [w]eek [m]onth [y]ear [SPC]reset [q]uit/abort
time[G]rid [[]inactive [f]ollow [l]og [L]og-all [c]lockcheck
[a]rch-trees [A]rch-files clock[R]eport include[D]iary
[E]ntryText")
(message "View: [d]ay [w]eek [m]onth [y]ear [SPC]reset [q]uit/abort
time[G]rid [[]inactive [f]ollow [l]og [L]og-all [c]lockcheck
[a]rch-trees [A]rch-files clock[R]eport include[D]iary [E]ntryText")
(let ((a (read-char-exclusive)))
(case a
(?\ (call-interactively 'org-agenda-reset-view))