diff options
| author | Tassilo Horn | 2013-12-20 21:08:56 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-20 21:08:56 +0100 |
| commit | eea2cba48e1ad87992a896c75d6d2ed8afb24a30 (patch) | |
| tree | 583c89dff6e7d3c5a3f7bd3b0fdfb4ec72d224bb | |
| parent | 24da72738b54b7a247bf14dd704166056af815bf (diff) | |
| download | emacs-eea2cba48e1ad87992a896c75d6d2ed8afb24a30.tar.gz emacs-eea2cba48e1ad87992a896c75d6d2ed8afb24a30.zip | |
Don't duplicate descriptions if there are alternative keys.
| -rw-r--r-- | doc/emacs/calendar.texi | 1 | ||||
| -rw-r--r-- | doc/emacs/rmail.texi | 6 | ||||
| -rw-r--r-- | doc/misc/woman.texi | 5 |
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 |
| 305 | Scroll the next window up (@code{scroll-other-window}). | 305 | Scroll the next window up (@code{scroll-other-window}). |
| 306 | @item DEL | 306 | @item DEL |
| 307 | Scroll the next window down (@code{scroll-other-window-down}). | ||
| 308 | @item S-SPC | 307 | @item S-SPC |
| 309 | Scroll the next window down (@code{scroll-other-window-down}). | 308 | Scroll 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} |
| 102 | Scroll forward (@code{scroll-up-command}). | 102 | Scroll forward (@code{scroll-up-command}). |
| 103 | @item @key{DEL} | 103 | @item @key{DEL} |
| 104 | @item @key{S-SPC} | ||
| 104 | Scroll backward (@code{scroll-down-command}). | 105 | Scroll backward (@code{scroll-down-command}). |
| 105 | @item . | 106 | @item . |
| 106 | Scroll to start of message (@code{rmail-beginning-of-message}). | 107 | Scroll 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 |
| 114 | scroll through it by screenfuls, Rmail makes @key{SPC} and @key{DEL} | 116 | scroll through it by screenfuls, Rmail makes @key{SPC} and @key{DEL} |
| 115 | or @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. | 118 | and @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. | |||
| 629 | Scroll the man page up the window (@code{scroll-up}). | 629 | Scroll 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 | ||
| 634 | Scroll 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 |
| 639 | Scroll the man page down the window (@code{scroll-down}). | 636 | Scroll the man page down the window (@code{scroll-down}). |