From 06510ef9d4d86a87e89c8a0d0ae25257fcb62108 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 20 Jan 2025 16:08:30 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/igc.el (igc-roots-stats, igc-stats): Fix typos. --- lisp/emacs-lisp/igc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/igc.el b/lisp/emacs-lisp/igc.el index 4e7e14244e9..742cc0d8507 100644 --- a/lisp/emacs-lisp/igc.el +++ b/lisp/emacs-lisp/igc.el @@ -110,7 +110,7 @@ You can display two snapshots A and B containing the info from `igc-info' at different times. These can be displayed either as-is, or by showing the difference between them. \\Type \\[igc-display-a] to switch to snapshot A and \\[igc-display-b] to switch to snapshot B. To take a snapshot, type \\[igc-snapshot]. -To rset the current snapshot, type \\[igc-clear]. +To reset the current snapshot, type \\[igc-clear]. To display the difference between A and B, type \\[igc-display-diff]. Type \\`g' to refresh the the difference view. Type \\`?' to see the mode's help." @@ -225,7 +225,7 @@ You can display two snapshots A and B containing the info from `igc--roots' at different times. These can be displayed either as-is, or by showing the difference between them. \\Type \\[igc-roots-display-a] to switch to snapshot A and \\[igc-roots-display-b] to switch to snapshot B. To take a snapshot, type \\[igc--roots-snapshot]. -To rset the current snapshot, type \\[igc-roots-clear]. +To reset the current snapshot, type \\[igc-roots-clear]. To display the difference between A and B, type \\[igc-roots-display-diff]. Type \\`g' to refresh the the difference view. Type \\`?' to see the mode's help."