mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 17:26:40 -04:00
; * lisp/register.el (register-use-preview): Doc fix (bug#76739).
This commit is contained in:
parent
f729828bcf
commit
f8443dffc1
|
|
@ -129,11 +129,11 @@ description of the argument. The function to use is set according
|
|||
to the value of `register--read-with-preview-function'.")
|
||||
|
||||
(defcustom register-use-preview 'traditional
|
||||
"Whether to show register preview when modifying registers.
|
||||
"Whether register commands show preview of registers with non-nil values.
|
||||
|
||||
When set to t, show a preview buffer with navigation and highlighting.
|
||||
|
||||
When set `insist', behave as with t, but allow exiting the minibuffer by
|
||||
When set to `insist', behave as with t, but allow exiting the minibuffer by
|
||||
pressing the register name a second time. For example, press \\`a' to
|
||||
select register \"a\", then press \\`a' again to exit the minibuffer.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue