diff options
| author | Eli Zaretskii | 2025-03-13 10:14:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-03-13 10:14:07 +0200 |
| commit | f8443dffc1fd2bc4b561b94c21cda887d2936d63 (patch) | |
| tree | 82ed43118f3c99594b0693b6f9e04e2322b0e648 | |
| parent | f729828bcfbca8e972467ace85dd32744e4dd6de (diff) | |
| download | emacs-f8443dffc1fd2bc4b561b94c21cda887d2936d63.tar.gz emacs-f8443dffc1fd2bc4b561b94c21cda887d2936d63.zip | |
; * lisp/register.el (register-use-preview): Doc fix (bug#76739).
| -rw-r--r-- | lisp/register.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/register.el b/lisp/register.el index 373d7e54550..e802617025a 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -129,11 +129,11 @@ description of the argument. The function to use is set according | |||
| 129 | to the value of `register--read-with-preview-function'.") | 129 | to the value of `register--read-with-preview-function'.") |
| 130 | 130 | ||
| 131 | (defcustom register-use-preview 'traditional | 131 | (defcustom register-use-preview 'traditional |
| 132 | "Whether to show register preview when modifying registers. | 132 | "Whether register commands show preview of registers with non-nil values. |
| 133 | 133 | ||
| 134 | When set to t, show a preview buffer with navigation and highlighting. | 134 | When set to t, show a preview buffer with navigation and highlighting. |
| 135 | 135 | ||
| 136 | When set `insist', behave as with t, but allow exiting the minibuffer by | 136 | When set to `insist', behave as with t, but allow exiting the minibuffer by |
| 137 | pressing the register name a second time. For example, press \\`a' to | 137 | pressing the register name a second time. For example, press \\`a' to |
| 138 | select register \"a\", then press \\`a' again to exit the minibuffer. | 138 | select register \"a\", then press \\`a' again to exit the minibuffer. |
| 139 | 139 | ||