diff lisp/cus-edit.el @ 18131:5711f2e5a643

(custom-variable-prompt): Change prompt.
author Richard M. Stallman <rms@gnu.org>
date Tue, 03 Jun 1997 03:39:31 +0000
parents 2983683a278b
children ee3c0d09dcd3
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)