; Improve `reftex-toc-help'
authorArash Esbati <arash@gnu.org>
Wed, 12 Mar 2025 17:48:22 +0000 (18:48 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:05:16 +0000 (20:05 +0100)
* 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

index 24e4864be8b9af23f830b97fa4e0d300ed7c6478..d8d09da5ed0fef3e7a9e91dbdc100efca2aab81d 100644 (file)
@@ -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)