; * lisp/register.el (register-use-preview): Doc fix (bug#76739).
This commit is contained in:
parent
0383937a70
commit
59fcb2aa1b
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue