From: Gautier Ponsinet Date: Sun, 29 Sep 2024 11:00:05 +0000 (+0300) Subject: Fix a typo in the calendar manual X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c0ef8a9a1b39c63de17b375485cc405f994d4e55;p=emacs.git Fix a typo in the calendar manual * doc/emacs/calendar.texi (Calendar Unit Motion): Add a missing parenthesis. (Bug#73555) --- diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 10fe404099d..91ea3b9154d 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi @@ -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.