; * lisp/register.el (register-use-preview): Doc fix (bug#76739).

This commit is contained in:
Eli Zaretskii 2025-03-04 17:23:16 +02:00
parent 0383937a70
commit 59fcb2aa1b

View file

@ -146,7 +146,10 @@ all; the preview buffer is still accessible with `help-char' (\\`C-h').
When set to `traditional' (the default), provide a more basic preview
according to `register-preview-delay'; this preserves the traditional
behavior of Emacs 29 and before."
behavior of Emacs 29 and before.
Setting this variable with `setq' has no effect; use either `setopt'
or `customize-option' to change its value."
:type '(choice
(const :tag "Use preview" t)
(const :tag "Use preview and exit by pressing register name" insist)