1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Fix a typo in the calendar manual

* doc/emacs/calendar.texi (Calendar Unit Motion): Add a missing
parenthesis.  (Bug#73555)
This commit is contained in:
Gautier Ponsinet 2024-09-29 14:00:05 +03:00 committed by Eli Zaretskii
parent 36ff7138fe
commit c0ef8a9a1b

View File

@ -106,7 +106,7 @@ commands for moving by characters and by lines. Just as @kbd{C-n}
usually moves to the same column in the following line, in Calendar
mode it is bound to @code{calendar-forward-week}, which moves to the
same day in the following week. And @kbd{C-p}
(@code{calendar-backward-week} moves to the same day in the previous
(@code{calendar-backward-week}) moves to the same day in the previous
week. @kbd{C-f} (@code{calendar-forward-day}) and @kbd{C-b}
(@code{calendar-backward-day}) move forward and back by days.