Function: register-preview-info-msg

register-preview-info-msg is a byte-compiled function defined in register.el.gz.

Signature

(register-preview-info-msg CL-X)

Documentation

Access slot "msg" of register-preview-info struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/register.el.gz
(cl-defstruct register-preview-info
  "Store data for a specific register command.
TYPES are the supported types of registers.
MSG is the minibuffer message to show when a register is selected.
ACT is the type of action the command is doing on register.
SMATCH accept a boolean value to say if the command accepts non-matching
registers.
If NOCONFIRM is non-nil, request confirmation of register name by RET."
  types msg act smatch noconfirm)