XEmacs 21.4.7 "Economic Science".
[chise/xemacs-chise.git-] / lisp / cus-edit.el
index 6a654ad..ccdd2e3 100644 (file)
@@ -750,7 +750,7 @@ If VARIABLE has a `custom-type' property, it must be a widget and the
 `:prompt-value' property of that widget will be used for reading the value.
 
 If given a prefix (or a COMMENT argument), also prompt for a comment."
-  (interactive (custom-prompt-variable "Set and ave variable: "
+  (interactive (custom-prompt-variable "Set and save variable: "
                                       "Set and save value for %s as: "
                                       current-prefix-arg))
   (funcall (or (get variable 'custom-set) 'set-default) variable value)