diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-03-22 22:08:02 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-03-22 22:08:02 -0400 |
commit | 6fcf17a2febaf0674ccb00ca59735d03dfbb9a9a (patch) | |
tree | 42d9c74c7c9cd0c7716aebb1f9e0b12f4eddb186 | |
parent | 6ea76aa81fe1ba0014044c22f831bf802e3dd7a8 (diff) | |
download | emacs.d-6fcf17a2febaf0674ccb00ca59735d03dfbb9a9a.tar.gz |
magit: Fix stale command name
This should have been updated with f0280cf9 (Update for
magit-copy-as-kill rename, 2015-10-04).
-rw-r--r-- | lisp/km-magit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-magit.el b/lisp/km-magit.el index eb5ff92..8eb67f6 100644 --- a/lisp/km-magit.el +++ b/lisp/km-magit.el @@ -484,7 +484,7 @@ COMMIT." start (magit-section-end it)))))) (defun km/magit-copy-as-kill () - "Try `km/magit-copy-functions' before calling `magit-copy-as-kill'. + "Try `km/magit-copy-functions' before calling `magit-copy-section-value'. With a prefix argument of -1, always call `magit-copy-section-value' Otherwise, the current prefix argument is passed to each hook function." |