Function: register-preview-info-smatch
register-preview-info-smatch is a byte-compiled function defined in
register.el.gz.
Signature
(register-preview-info-smatch CL-X)
Documentation
Access slot "smatch" 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)