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.
This commit is contained in:
parent
56890ecdb8
commit
91dedc43f2
6 changed files with 19 additions and 16 deletions
|
@ -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.
|
||||
|
|
|
@ -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}).
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}).
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
2013-12-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* woman.texi (Navigation): Use itemx where appropriate.
|
||||
|
||||
2013-12-20 Tassilo Horn <tsdh@gnu.org>
|
||||
|
||||
* info.texi: Document `S-SPC' as alternative to `DEL' for
|
||||
scrolling.
|
||||
|
||||
* 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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue