mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
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:
parent
405eae0497
commit
e508b497a3
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user