From 5554bd1c90055274675f6d9a6ac0eb73f5ea35b2 Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Wed, 12 Mar 2025 18:48:22 +0100 Subject: [PATCH] ; Improve `reftex-toc-help' * lisp/textmodes/reftex-toc.el (reftex-toc-help): Remove unnecessary spaces. Use \` for key sequence. (cherry picked from commit 85c00405b9e349eeabbdb305e5f8da41600d0b89) --- lisp/textmodes/reftex-toc.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index 24e4864be8b..d8d09da5ed0 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el @@ -162,14 +162,14 @@ Here are all local bindings. \\`C-c >' Display Index. With prefix arg, restrict index to current section. \\`q' / \\`k' Hide/Kill *toc* buffer, return to position of reftex-toc command. \\`l' \\`i' \\`c' \\`F' Toggle display of [l]abels, [i]ndex, [c]ontext, [F]ile borders. -\\`t' Change maximum toc depth (e.g. `3 t' hides levels greater than 3). +\\`t' Change maximum toc depth (e.g., \\`3 t' hides levels greater than 3). \\`f' / \\`g' Toggle follow mode / Refresh *toc* buffer. \\`a' / \\`d' Toggle auto recenter / Toggle dedicated frame -\\`r' / \\`C-u r' Reparse the LaTeX document / Reparse entire LaTeX document. +\\`r' / \\`C-u r' Reparse the LaTeX document / Reparse entire LaTeX document. \\`.' In other window, show position from where `reftex-toc' was called. \\`M-%' Global search and replace to rename label at point. \\`x' Switch to TOC of external document (with LaTeX package `xr'). -\\`z' Jump to a specific section (e.g. \\`3 z' goes to section 3).") +\\`z' Jump to a specific section (e.g., \\`3 z' goes to section 3).") (defvar reftex--rebuilding-toc nil) -- 2.39.5