aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-03-04 17:23:16 +0200
committerEli Zaretskii2025-03-04 17:23:16 +0200
commit59fcb2aa1b2a827f1822b3bc2c9024f5a47338e7 (patch)
tree915e4888e543141d193699e86958d8d3e1c0f44e
parent0383937a7014934e7a9b3cf0c33c2d1f46e83901 (diff)
downloademacs-59fcb2aa1b2a827f1822b3bc2c9024f5a47338e7.tar.gz
emacs-59fcb2aa1b2a827f1822b3bc2c9024f5a47338e7.zip
; * lisp/register.el (register-use-preview): Doc fix (bug#76739).
-rw-r--r--lisp/register.el5
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
147When set to `traditional' (the default), provide a more basic preview 147When set to `traditional' (the default), provide a more basic preview
148according to `register-preview-delay'; this preserves the traditional 148according to `register-preview-delay'; this preserves the traditional
149behavior of Emacs 29 and before." 149behavior of Emacs 29 and before.
150
151Setting this variable with `setq' has no effect; use either `setopt'
152or `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)