aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-03 03:39:31 +0000
committerRichard M. Stallman1997-06-03 03:39:31 +0000
commit64dde95b4774dc33a5f52af8356edfacf7eceaec (patch)
tree100756f4397f1e84cff5f853766003de0cb12884 /lisp/cus-edit.el
parent2813dcb90fa17c5b0a20750e7db0f07b18c9deec (diff)
downloademacs-64dde95b4774dc33a5f52af8356edfacf7eceaec.tar.gz
emacs-64dde95b4774dc33a5f52af8356edfacf7eceaec.zip
(custom-variable-prompt): Change prompt.
Diffstat (limited to 'lisp/cus-edit.el')
-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'."
367 val) 367 val)
368 (setq val (completing-read 368 (setq val (completing-read
369 (if (symbolp v) 369 (if (symbolp v)
370 (format "Customize variable: (default %s) " v) 370 (format "Customize option: (default %s) " v)
371 "Customize variable: ") 371 "Customize variable: ")
372 obarray (lambda (symbol) 372 obarray (lambda (symbol)
373 (and (boundp symbol) 373 (and (boundp symbol)