diff options
| author | Stefan Monnier | 2001-11-19 23:44:14 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-19 23:44:14 +0000 |
| commit | 5829a569ec33f4d6a400eecdc823d3221dc8ec58 (patch) | |
| tree | 598468c8ee27a0f120eee271618cde43d182b7f6 | |
| parent | d980c402f0152303fcfea296bb33736015cb6a4a (diff) | |
| download | emacs-5829a569ec33f4d6a400eecdc823d3221dc8ec58.tar.gz emacs-5829a569ec33f4d6a400eecdc823d3221dc8ec58.zip | |
Doc fix.
| -rw-r--r-- | lisp/textmodes/reftex-index.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el index 161f4bb9f91..37af0afdb13 100644 --- a/lisp/textmodes/reftex-index.el +++ b/lisp/textmodes/reftex-index.el | |||
| @@ -323,7 +323,7 @@ s Switch to a different index (for documents with multiple indices). | |||
| 323 | e / C-k Edit/Kill the entry. | 323 | e / C-k Edit/Kill the entry. |
| 324 | * | @ Edit specific part of entry: [*]key [|]attribute [@]visual | 324 | * | @ Edit specific part of entry: [*]key [|]attribute [@]visual |
| 325 | With prefix: kill that part. | 325 | With prefix: kill that part. |
| 326 | ( ) Toggle entry's beginning/end of page range property. | 326 | \( ) Toggle entry's beginning/end of page range property. |
| 327 | _ ^ Add/Remove parent key (to make this item a subitem). | 327 | _ ^ Add/Remove parent key (to make this item a subitem). |
| 328 | } / { Restrict Index to a single document section / Widen. | 328 | } / { Restrict Index to a single document section / Widen. |
| 329 | < / > When restricted, move restriction to previous/next section.") | 329 | < / > When restricted, move restriction to previous/next section.") |