changeset 18131:5711f2e5a643

(custom-variable-prompt): Change prompt.
author Richard M. Stallman <rms@gnu.org>
date Tue, 03 Jun 1997 03:39:31 +0000
parents ea43e3ebc47a
children 95f6ac42b352
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Tue Jun 03 03:02:50 1997 +0000
+++ b/lisp/cus-edit.el	Tue Jun 03 03:39:31 1997 +0000
@@ -367,7 +367,7 @@
 	 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)