mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 01:50:22 -08:00
; Fix last change.
This commit is contained in:
parent
5832255ad3
commit
801bb957f9
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ difference between them. \\<igc-stats-mode-map>Type \\[igc-display-a] to switch
|
|||
snapshot B. To take a snapshot, type \\[igc-snapshot].
|
||||
To rset the current snapshot, type \\[igc-clear].
|
||||
To display the difference between A and B, type \\[igc-display-diff].
|
||||
\\<global-map>Type \\[revert-buffer] to refresh the the difference view.
|
||||
Type `g' to refresh the the difference view.
|
||||
Type `?' to see the mode's help."
|
||||
(interactive)
|
||||
(with-current-buffer (get-buffer-create "*igc*")
|
||||
|
|
@ -226,7 +226,7 @@ difference between them. \\<igc-roots-mode-map>Type \\[igc-roots-display-a] to
|
|||
snapshot B. To take a snapshot, type \\[igc--roots-snapshot].
|
||||
To rset the current snapshot, type \\[igc-roots-clear].
|
||||
To display the difference between A and B, type \\[igc-roots-display-diff].
|
||||
\\<global-map>Type \\[revert-buffer] to refresh the the difference view.
|
||||
Type `g' to refresh the the difference view.
|
||||
Type `?' to see the mode's help."
|
||||
(interactive)
|
||||
(with-current-buffer (get-buffer-create "*igc roots*")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue