diff options
| author | Eli Zaretskii | 2025-03-04 17:23:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-03-04 17:23:16 +0200 |
| commit | 59fcb2aa1b2a827f1822b3bc2c9024f5a47338e7 (patch) | |
| tree | 915e4888e543141d193699e86958d8d3e1c0f44e | |
| parent | 0383937a7014934e7a9b3cf0c33c2d1f46e83901 (diff) | |
| download | emacs-59fcb2aa1b2a827f1822b3bc2c9024f5a47338e7.tar.gz emacs-59fcb2aa1b2a827f1822b3bc2c9024f5a47338e7.zip | |
; * lisp/register.el (register-use-preview): Doc fix (bug#76739).
| -rw-r--r-- | lisp/register.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/register.el b/lisp/register.el index 31214ae3ba0..b0ee759ec5b 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -146,7 +146,10 @@ all; the preview buffer is still accessible with `help-char' (\\`C-h'). | |||
| 146 | 146 | ||
| 147 | When set to `traditional' (the default), provide a more basic preview | 147 | When set to `traditional' (the default), provide a more basic preview |
| 148 | according to `register-preview-delay'; this preserves the traditional | 148 | according to `register-preview-delay'; this preserves the traditional |
| 149 | behavior of Emacs 29 and before." | 149 | behavior of Emacs 29 and before. |
| 150 | |||
| 151 | Setting this variable with `setq' has no effect; use either `setopt' | ||
| 152 | or `customize-option' to change its value." | ||
| 150 | :type '(choice | 153 | :type '(choice |
| 151 | (const :tag "Use preview" t) | 154 | (const :tag "Use preview" t) |
| 152 | (const :tag "Use preview and exit by pressing register name" insist) | 155 | (const :tag "Use preview and exit by pressing register name" insist) |