X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcus-edit.el;h=ccdd2e3c21c5eb3c4af67df65af754e2eec09556;hb=refs%2Fheads%2Fr21-4-14-chise;hp=6a654ade7519921564d216188a4e7f72ae3fff0a;hpb=426fe636212336bb32a5e6f187c4d623709fa57d;p=chise%2Fxemacs-chise.git- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 6a654ad..ccdd2e3 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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)