Don't duplicate descriptions if there are alternative keys.
authorTassilo Horn <tsdh@gnu.org>
Fri, 20 Dec 2013 20:08:56 +0000 (21:08 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 20 Dec 2013 20:08:56 +0000 (21:08 +0100)
doc/emacs/calendar.texi
doc/emacs/rmail.texi
doc/misc/woman.texi

index f5a0c72..2d4c3a6 100644 (file)
@@ -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
index 072af57..945eb6b 100644 (file)
@@ -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)}
index 0502ab5..839f1ab 100644 (file)
@@ -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}).