+2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * cus-edit.el (customize-save-variable): Fix typo in prompt.
+
2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
* novice.el (disable-command, enable-command): If user-init-file
`: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 var 'custom-set) 'set-default) var value)