mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Don't duplicate descriptions if there are alternative keys.
This commit is contained in:
parent
24da72738b
commit
eea2cba48e
@ -304,7 +304,6 @@ Regenerate the calendar window (@code{calendar-redraw}).
|
||||
@item SPC
|
||||
Scroll the next window up (@code{scroll-other-window}).
|
||||
@item DEL
|
||||
Scroll the next window down (@code{scroll-other-window-down}).
|
||||
@item S-SPC
|
||||
Scroll the next window down (@code{scroll-other-window-down}).
|
||||
@item q
|
||||
|
@ -101,6 +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}
|
||||
Scroll backward (@code{scroll-down-command}).
|
||||
@item .
|
||||
Scroll to start of message (@code{rmail-beginning-of-message}).
|
||||
@ -110,10 +111,11 @@ Scroll to end of message (@code{rmail-end-of-message}).
|
||||
|
||||
@kindex SPC @r{(Rmail)}
|
||||
@kindex DEL @r{(Rmail)}
|
||||
@kindex S-SPC @r{(Rmail)}
|
||||
Since the most common thing to do while reading a message is to
|
||||
scroll through it by screenfuls, Rmail makes @key{SPC} and @key{DEL}
|
||||
or @key{S-SPC} do the same as @kbd{C-v} (@code{scroll-up-command}) and
|
||||
@kbd{M-v} (@code{scroll-down-command}) respectively.
|
||||
(or @key{S-SPC}) do the same as @kbd{C-v} (@code{scroll-up-command})
|
||||
and @kbd{M-v} (@code{scroll-down-command}) respectively.
|
||||
|
||||
@kindex . @r{(Rmail)}
|
||||
@kindex / @r{(Rmail)}
|
||||
|
@ -629,11 +629,8 @@ the @code{man} key bindings.
|
||||
Scroll the man page up the window (@code{scroll-up}).
|
||||
|
||||
@item @key{DEL}
|
||||
@kindex DEL
|
||||
@findex scroll-down
|
||||
Scroll the man page down the window (@code{scroll-down}).
|
||||
|
||||
@item @key{S-SPC}
|
||||
@kindex DEL
|
||||
@kindex S-SPC
|
||||
@findex scroll-down
|
||||
Scroll the man page down the window (@code{scroll-down}).
|
||||
|
Loading…
Reference in New Issue
Block a user