; * lisp/register.el (register-use-preview): Doc fix (bug#76739).
This commit is contained in:
parent
f729828bcf
commit
f8443dffc1
1 changed files with 2 additions and 2 deletions
|
@ -129,11 +129,11 @@ description of the argument. The function to use is set according
|
||||||
to the value of `register--read-with-preview-function'.")
|
to the value of `register--read-with-preview-function'.")
|
||||||
|
|
||||||
(defcustom register-use-preview 'traditional
|
(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 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
|
pressing the register name a second time. For example, press \\`a' to
|
||||||
select register \"a\", then press \\`a' again to exit the minibuffer.
|
select register \"a\", then press \\`a' again to exit the minibuffer.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue