Fix a typo in the calendar manual
authorGautier Ponsinet <gautier@gautierponsinet.xyz>
Sun, 29 Sep 2024 11:00:05 +0000 (14:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Sep 2024 15:24:03 +0000 (18:24 +0300)
* doc/emacs/calendar.texi (Calendar Unit Motion): Add a missing
parenthesis.  (Bug#73555)

doc/emacs/calendar.texi

index 10fe404099dfb9e2f32ff6eb16ddd733618cde6a..91ea3b9154d36b406d50f22cc0857ef9d03355a8 100644 (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.