mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 19:07:34 +00:00
(custom-variable-prompt): Change prompt.
This commit is contained in:
parent
2813dcb90f
commit
64dde95b47
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ Return a list suitable for use in `interactive'."
|
|||
val)
|
||||
(setq val (completing-read
|
||||
(if (symbolp v)
|
||||
(format "Customize variable: (default %s) " v)
|
||||
(format "Customize option: (default %s) " v)
|
||||
"Customize variable: ")
|
||||
obarray (lambda (symbol)
|
||||
(and (boundp symbol)
|
||||
|
|
|
|||
Loading…
Reference in a new issue