mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Repair several minor breakages
* lisp/calendar/calendar.el (calendar-event-buffer): New function. (calendar-cursor-to-date, calendar-other-month): * lisp/calendar/holidays.el (calendar-list-holidays) (calendar-mark-holidays): * lisp/calendar/lunar.el (calendar-lunar-phases): Use that function to derive event windows, in case these commands are being called from the menu bar. * lisp/doc-view.el (doc-view-tool-bar-map): Fix typo in help text.
This commit is contained in:
parent
67f79fc802
commit
11116043ae
4 changed files with 19 additions and 9 deletions
|
|
@ -703,7 +703,7 @@ Typically \"page-%s.png\".")
|
|||
map doc-view-mode-map :vert-only t
|
||||
:enable '(< (doc-view-current-page)
|
||||
(doc-view-last-page-number))
|
||||
:help "Move to the next page.")
|
||||
:help "Move to the last page.")
|
||||
map)
|
||||
"Like the default `tool-bar-map', but with additions for DocView.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue