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 /doc/misc | |
| parent | 24da72738b54b7a247bf14dd704166056af815bf (diff) | |
| download | emacs-eea2cba48e1ad87992a896c75d6d2ed8afb24a30.tar.gz emacs-eea2cba48e1ad87992a896c75d6d2ed8afb24a30.zip | |
Don't duplicate descriptions if there are alternative keys.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/woman.texi | 5 |
1 files changed, 1 insertions, 4 deletions
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}). |