diff options
| author | Eli Zaretskii | 2020-10-31 10:01:44 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-10-31 10:01:44 +0200 |
| commit | 41c4f337c8f798d4700dcd13b73ad4ccdb3257eb (patch) | |
| tree | 39a6624f1ceb279ee6f9446e7e15910149cd3318 | |
| parent | a105db13e11fd15cc72804bf33672122d1c3f2e1 (diff) | |
| download | emacs-41c4f337c8f798d4700dcd13b73ad4ccdb3257eb.tar.gz emacs-41c4f337c8f798d4700dcd13b73ad4ccdb3257eb.zip | |
* doc/lispref/commands.texi (Key Sequence Input): Fix indexing.
| -rw-r--r-- | doc/lispref/commands.texi | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 85bd2c1ed9b..ebfda01671e 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2508,20 +2508,20 @@ button-down events entirely. It also reshuffles focus events and | |||
| 2508 | miscellaneous window events so that they never appear in a key sequence | 2508 | miscellaneous window events so that they never appear in a key sequence |
| 2509 | with any other events. | 2509 | with any other events. |
| 2510 | 2510 | ||
| 2511 | @cindex @code{tab-line} prefix key | 2511 | @cindex @code{tab-line}, prefix key |
| 2512 | @cindex @code{header-line} prefix key | 2512 | @cindex @code{header-line}, prefix key |
| 2513 | @cindex @code{mode-line} prefix key | 2513 | @cindex @code{mode-line}, prefix key |
| 2514 | @cindex @code{vertical-line} prefix key | 2514 | @cindex @code{vertical-line}, prefix key |
| 2515 | @cindex @code{horizontal-scroll-bar} prefix key | 2515 | @cindex @code{horizontal-scroll-bar}, prefix key |
| 2516 | @cindex @code{vertical-scroll-bar} prefix key | 2516 | @cindex @code{vertical-scroll-bar}, prefix key |
| 2517 | @cindex @code{menu-bar} prefix key | 2517 | @cindex @code{menu-bar}, prefix key |
| 2518 | @cindex @code{tab-bar} prefix key | 2518 | @cindex @code{tab-bar}, prefix key |
| 2519 | @cindex @code{left-margin} prefix key | 2519 | @cindex @code{left-margin}, prefix key |
| 2520 | @cindex @code{right-margin} prefix key | 2520 | @cindex @code{right-margin}, prefix key |
| 2521 | @cindex @code{left-fringe} prefix key | 2521 | @cindex @code{left-fringe}, prefix key |
| 2522 | @cindex @code{right-fringe} prefix key | 2522 | @cindex @code{right-fringe}, prefix key |
| 2523 | @cindex @code{right-divider} prefix key | 2523 | @cindex @code{right-divider}, prefix key |
| 2524 | @cindex @code{bottom-divider} prefix key | 2524 | @cindex @code{bottom-divider}, prefix key |
| 2525 | @cindex mouse events, in special parts of window or frame | 2525 | @cindex mouse events, in special parts of window or frame |
| 2526 | When mouse events occur in special parts of a window or frame, such as a mode | 2526 | When mouse events occur in special parts of a window or frame, such as a mode |
| 2527 | line or a scroll bar, the event type shows nothing special---it is the | 2527 | line or a scroll bar, the event type shows nothing special---it is the |