]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in the calendar manual
authorGautier Ponsinet <gautier@gautierponsinet.xyz>
Sun, 29 Sep 2024 11:00:05 +0000 (14:00 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:44:12 +0000 (08:44 +0200)
* doc/emacs/calendar.texi (Calendar Unit Motion): Add a missing
parenthesis.  (Bug#73555)

(cherry picked from commit c0ef8a9a1b39c63de17b375485cc405f994d4e55)

doc/emacs/calendar.texi

index f511b78979683c58a39fba6dc8d43847e73dc0d3..f6de2e77135a72dff0e3bec613bdaa981b7568d8 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.