diff options
author | Glenn Morris <rgm@gnu.org> | 2013-12-22 15:13:18 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-12-22 15:13:18 -0800 |
commit | 91dedc43f25e55b940d333ac9b341945d6b76132 (patch) | |
tree | e4a53d443ac1d75c03469be4daac28580bfe7157 | |
parent | 56890ecdb898f5261d6a1d8420dc5daef8efa2d0 (diff) | |
download | emacs-91dedc43f25e55b940d333ac9b341945d6b76132.tar.gz emacs-91dedc43f25e55b940d333ac9b341945d6b76132.tar.bz2 emacs-91dedc43f25e55b940d333ac9b341945d6b76132.zip |
Misc small fixes for some recent doc changes
* doc/emacs/calendar.texi (General Calendar):
* doc/emacs/rmail.texi (Rmail Scrolling):
* doc/misc/woman.texi (Navigation):
Use itemx where appropriate.
* doc/emacs/entering.texi (Entering Emacs): Typo fix.
-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 | ||||
-rw-r--r-- | doc/misc/ChangeLog | 10 | ||||
-rw-r--r-- | doc/misc/woman.texi | 2 |
6 files changed, 19 insertions, 16 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}). diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 47dd91aa051..c7986b3ba93 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,9 +1,11 @@ -2013-12-20 Tassilo Horn <tsdh@gnu.org> +2013-12-22 Glenn Morris <rgm@gnu.org> + + * woman.texi (Navigation): Use itemx where appropriate. - * info.texi: Document `S-SPC' as alternative to `DEL' for - scrolling. +2013-12-20 Tassilo Horn <tsdh@gnu.org> - * woman.texi: Ditto. + * info.texi, woman.texi: + Document `S-SPC' as alternative to `DEL' for scrolling. 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com> diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index 839f1ab2665..df67f02119c 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi @@ -629,7 +629,7 @@ the @code{man} key bindings. Scroll the man page up the window (@code{scroll-up}). @item @key{DEL} -@item @key{S-SPC} +@itemx @key{S-SPC} @kindex DEL @kindex S-SPC @findex scroll-down |