summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-03 03:39:31 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-03 03:39:31 +0000
commit317d524684d490ac68502d580bbc6c0099236b92 (patch)
tree4058012551f0444fc6fc1f8062404d4b4d41605f
parent6ae59e933f2890aba7c53b16735ac7d3929344da (diff)
downloademacs-317d524684d490ac68502d580bbc6c0099236b92.tar.gz
(custom-variable-prompt): Change prompt.
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index d00c364d8e2..ef5be496fb0 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -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)