diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-07-01 00:23:11 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-07-01 00:47:10 -0400 |
commit | 483ca890a21b033ba63e1849f96a4beeddb93668 (patch) | |
tree | 3863394a55bab6c358a28b9ca867eb92a50a398a /lisp | |
parent | 68f666e1aea69371554a0364ecb01f494538ef9a (diff) | |
download | emacs.d-483ca890a21b033ba63e1849f96a4beeddb93668.tar.gz |
diff-review-mode: Show mode map in docstring
An upcoming commit will add commands for going to the next/previous
comment.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-diff.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/km-diff.el b/lisp/km-diff.el index df1f666..b768820 100644 --- a/lisp/km-diff.el +++ b/lisp/km-diff.el @@ -99,9 +99,7 @@ When this mode is turned on * \":\" is set as the comment character - * typing \\<km/diff-review-mode-map>\\[km/diff-review-copy-comment] \ -will copy and the current comment, - minus the comment character" +\\{km/diff-review-mode-map}" nil " DiffRev" km/diff-review-mode-map |