Function: magit-delete-thing

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

Signature

(magit-delete-thing)

Documentation

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

Where applicable, other keymaps remap this command to another, which actually deletes the thing at point.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-mode.el
(defun magit-delete-thing ()
  "This is a placeholder command, which signals an error if called.
Where applicable, other keymaps remap this command to another,
which actually deletes the thing at point."
  (declare (completion ignore))
  (interactive)
  (user-error "There is no thing at point that could be deleted"))