mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
Fontify keys in igc.el docstrings
* lisp/emacs-lisp/igc.el (igc-stats, igc-roots-stats): Use face help-key-binding for keys.
This commit is contained in:
parent
801bb957f9
commit
89237e5b84
1 changed files with 4 additions and 4 deletions
|
|
@ -111,8 +111,8 @@ 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].
|
||||
Type `g' to refresh the the difference view.
|
||||
Type `?' to see the mode's help."
|
||||
Type \\`g' to refresh the the difference view.
|
||||
Type \\`?' to see the mode's help."
|
||||
(interactive)
|
||||
(with-current-buffer (get-buffer-create "*igc*")
|
||||
(igc-stats-mode)
|
||||
|
|
@ -226,8 +226,8 @@ 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].
|
||||
Type `g' to refresh the the difference view.
|
||||
Type `?' to see the mode's help."
|
||||
Type \\`g' to refresh the the difference view.
|
||||
Type \\`?' to see the mode's help."
|
||||
(interactive)
|
||||
(with-current-buffer (get-buffer-create "*igc roots*")
|
||||
(igc-roots-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue