(custom-variable-prompt): Change prompt.

This commit is contained in:
Richard M. Stallman 1997-06-03 03:39:31 +00:00
parent 2813dcb90f
commit 64dde95b47

View file

@ -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)