Function: magit-copy-thing

magit-copy-thing is an interactive and byte-compiled function defined in magit-mode.el.

Signature

(magit-copy-thing)

Documentation

This is a placeholder command, which signals an error if called.

Where applicable, other keymaps remap this command to another, which actually copies some representation of the thing at point to the kill ring.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-mode.el
(defun magit-copy-thing ()
  "This is a placeholder command, which signals an error if called.
Where applicable, other keymaps remap this command to another,
which actually copies some representation of the thing at point
to the kill ring."
  (declare (completion ignore))
  (interactive)
  (user-error "There is no thing at point that we know how to copy"))