1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-21 03:52:16 -08:00

(customize-save-variable): Fix typo in prompt.

This commit is contained in:
Pavel Janík 2002-02-02 15:59:20 +00:00
parent 138d39b90c
commit 0f6438e797
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-02-02 Pavel Jan,Bm(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

View file

@ -812,7 +812,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 var 'custom-set) 'set-default) var value)