aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGautier Ponsinet2024-09-29 14:00:05 +0300
committerEli Zaretskii2024-09-29 18:24:03 +0300
commitc0ef8a9a1b39c63de17b375485cc405f994d4e55 (patch)
tree6bff091dab217ef50787aef785b6d65b40636de4
parent36ff7138febfcec7fcee44e8b51c6b26cbb056a2 (diff)
downloademacs-c0ef8a9a1b39c63de17b375485cc405f994d4e55.tar.gz
emacs-c0ef8a9a1b39c63de17b375485cc405f994d4e55.zip
Fix a typo in the calendar manual
* doc/emacs/calendar.texi (Calendar Unit Motion): Add a missing parenthesis. (Bug#73555)
-rw-r--r--doc/emacs/calendar.texi2
1 files changed, 1 insertions, 1 deletions
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}
106usually moves to the same column in the following line, in Calendar 106usually moves to the same column in the following line, in Calendar
107mode it is bound to @code{calendar-forward-week}, which moves to the 107mode it is bound to @code{calendar-forward-week}, which moves to the
108same day in the following week. And @kbd{C-p} 108same day in the following week. And @kbd{C-p}
109(@code{calendar-backward-week} moves to the same day in the previous 109(@code{calendar-backward-week}) moves to the same day in the previous
110week. @kbd{C-f} (@code{calendar-forward-day}) and @kbd{C-b} 110week. @kbd{C-f} (@code{calendar-forward-day}) and @kbd{C-b}
111(@code{calendar-backward-day}) move forward and back by days. 111(@code{calendar-backward-day}) move forward and back by days.
112 112