Function: Custom-no-edit

Custom-no-edit is an interactive and byte-compiled function defined in cus-edit.el.gz.

Signature

(Custom-no-edit POS &optional EVENT)

Documentation

Invoke button at POS, or refuse to allow editing of Custom buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
;;; The Custom Mode.

(defun Custom-no-edit (_pos &optional _event)
  "Invoke button at POS, or refuse to allow editing of Custom buffer."
  (interactive "@d")
  (error "You can't edit this part of the Custom buffer"))