diff options
| author | Gautier Ponsinet | 2024-09-29 14:00:05 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-29 18:24:03 +0300 |
| commit | c0ef8a9a1b39c63de17b375485cc405f994d4e55 (patch) | |
| tree | 6bff091dab217ef50787aef785b6d65b40636de4 | |
| parent | 36ff7138febfcec7fcee44e8b51c6b26cbb056a2 (diff) | |
| download | emacs-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.texi | 2 |
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} | |||
| 106 | usually moves to the same column in the following line, in Calendar | 106 | usually moves to the same column in the following line, in Calendar |
| 107 | mode it is bound to @code{calendar-forward-week}, which moves to the | 107 | mode it is bound to @code{calendar-forward-week}, which moves to the |
| 108 | same day in the following week. And @kbd{C-p} | 108 | same 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 |
| 110 | week. @kbd{C-f} (@code{calendar-forward-day}) and @kbd{C-b} | 110 | week. @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 | ||