aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2013-12-20 21:08:56 +0100
committerTassilo Horn2013-12-20 21:08:56 +0100
commiteea2cba48e1ad87992a896c75d6d2ed8afb24a30 (patch)
tree583c89dff6e7d3c5a3f7bd3b0fdfb4ec72d224bb
parent24da72738b54b7a247bf14dd704166056af815bf (diff)
downloademacs-eea2cba48e1ad87992a896c75d6d2ed8afb24a30.tar.gz
emacs-eea2cba48e1ad87992a896c75d6d2ed8afb24a30.zip
Don't duplicate descriptions if there are alternative keys.
-rw-r--r--doc/emacs/calendar.texi1
-rw-r--r--doc/emacs/rmail.texi6
-rw-r--r--doc/misc/woman.texi5
3 files changed, 5 insertions, 7 deletions
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi
index f5a0c720d1e..2d4c3a6919d 100644
--- a/doc/emacs/calendar.texi
+++ b/doc/emacs/calendar.texi
@@ -304,7 +304,6 @@ Regenerate the calendar window (@code{calendar-redraw}).
304@item SPC 304@item SPC
305Scroll the next window up (@code{scroll-other-window}). 305Scroll the next window up (@code{scroll-other-window}).
306@item DEL 306@item DEL
307Scroll the next window down (@code{scroll-other-window-down}).
308@item S-SPC 307@item S-SPC
309Scroll the next window down (@code{scroll-other-window-down}). 308Scroll the next window down (@code{scroll-other-window-down}).
310@item q 309@item q
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index 072af578332..945eb6b8b76 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -101,6 +101,7 @@ frequent that it deserves to be easier.
101@item @key{SPC} 101@item @key{SPC}
102Scroll forward (@code{scroll-up-command}). 102Scroll forward (@code{scroll-up-command}).
103@item @key{DEL} 103@item @key{DEL}
104@item @key{S-SPC}
104Scroll backward (@code{scroll-down-command}). 105Scroll backward (@code{scroll-down-command}).
105@item . 106@item .
106Scroll to start of message (@code{rmail-beginning-of-message}). 107Scroll to start of message (@code{rmail-beginning-of-message}).
@@ -110,10 +111,11 @@ Scroll to end of message (@code{rmail-end-of-message}).
110 111
111@kindex SPC @r{(Rmail)} 112@kindex SPC @r{(Rmail)}
112@kindex DEL @r{(Rmail)} 113@kindex DEL @r{(Rmail)}
114@kindex S-SPC @r{(Rmail)}
113 Since the most common thing to do while reading a message is to 115 Since the most common thing to do while reading a message is to
114scroll through it by screenfuls, Rmail makes @key{SPC} and @key{DEL} 116scroll through it by screenfuls, Rmail makes @key{SPC} and @key{DEL}
115or @key{S-SPC} do the same as @kbd{C-v} (@code{scroll-up-command}) and 117(or @key{S-SPC}) do the same as @kbd{C-v} (@code{scroll-up-command})
116@kbd{M-v} (@code{scroll-down-command}) respectively. 118and @kbd{M-v} (@code{scroll-down-command}) respectively.
117 119
118@kindex . @r{(Rmail)} 120@kindex . @r{(Rmail)}
119@kindex / @r{(Rmail)} 121@kindex / @r{(Rmail)}
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi
index 0502ab5c220..839f1ab2665 100644
--- a/doc/misc/woman.texi
+++ b/doc/misc/woman.texi
@@ -629,11 +629,8 @@ the @code{man} key bindings.
629Scroll the man page up the window (@code{scroll-up}). 629Scroll the man page up the window (@code{scroll-up}).
630 630
631@item @key{DEL} 631@item @key{DEL}
632@kindex DEL
633@findex scroll-down
634Scroll the man page down the window (@code{scroll-down}).
635
636@item @key{S-SPC} 632@item @key{S-SPC}
633@kindex DEL
637@kindex S-SPC 634@kindex S-SPC
638@findex scroll-down 635@findex scroll-down
639Scroll the man page down the window (@code{scroll-down}). 636Scroll the man page down the window (@code{scroll-down}).