diff options
Diffstat (limited to 'doc')
| -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 | ||