diff options
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 17 | ||||
-rw-r--r-- | doc/emacs/calendar.texi | 2 | ||||
-rw-r--r-- | doc/emacs/entering.texi | 2 | ||||
-rw-r--r-- | doc/emacs/rmail.texi | 2 |
4 files changed, 12 insertions, 11 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 92aef049a83..cb6bcbb7bff 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,10 @@ +2013-12-22 Glenn Morris <rgm@gnu.org> + + * entering.texi (Entering Emacs): Typo fix. + + * calendar.texi (General Calendar): + * rmail.texi (Rmail Scrolling): Use itemx where appropriate. + 2013-12-22 Eli Zaretskii <eliz@gnu.org> * regs.texi (Keyboard Macro Registers): Fix last change. @@ -26,14 +33,8 @@ 2013-12-20 Tassilo Horn <tsdh@gnu.org> - * rmail.texi: Document `S-SPC' as alternative to scrolling down - with `DEL'. - - * help.texi: Ditto. - - * display.texi: Ditto. - - * calendar.texi: Ditto. + * calendar.texi, display.texi, help.texi, rmail.texi: + Document `S-SPC' as alternative to scrolling down with `DEL'. * frames.texi: Document `toggle-frame-maximized' and `toggle-frame-fullscreen' with their respective keys. diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 2d4c3a6919d..ab28fc5adc9 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi @@ -304,7 +304,7 @@ Regenerate the calendar window (@code{calendar-redraw}). @item SPC Scroll the next window up (@code{scroll-other-window}). @item DEL -@item S-SPC +@itemx S-SPC Scroll the next window down (@code{scroll-other-window-down}). @item q Exit from calendar (@code{calendar-exit}). diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi index 66b90d14476..c0b113e963f 100644 --- a/doc/emacs/entering.texi +++ b/doc/emacs/entering.texi @@ -74,7 +74,7 @@ up before reading @file{site-start.el}. @xref{Init File}, for information about @file{site-start.el}.} You can also force Emacs to display a file or directory at startup -by setting the variable @code{initial-buffer-choice} to a a string +by setting the variable @code{initial-buffer-choice} to a string naming that file or directory. The value of @code{initial-buffer-choice} may also be a function which should return a buffer which is then displayed. @code{initial-buffer-choice} diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 945eb6b8b76..06d47439904 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -101,7 +101,7 @@ frequent that it deserves to be easier. @item @key{SPC} Scroll forward (@code{scroll-up-command}). @item @key{DEL} -@item @key{S-SPC} +@itemx @key{S-SPC} Scroll backward (@code{scroll-down-command}). @item . Scroll to start of message (@code{rmail-beginning-of-message}). |