From: Pavel Janík Date: Sat, 2 Feb 2002 15:59:20 +0000 (+0000) Subject: (customize-save-variable): Fix typo in prompt. X-Git-Tag: emacs-21.2~129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f6438e797fec6048ff7bfb8353f895bbbd5ccab;p=emacs.git (customize-save-variable): Fix typo in prompt. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e0c685cb31..5821e17081e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-02-02 Pavel Jan,Bm(Bk + + * cus-edit.el (customize-save-variable): Fix typo in prompt. + 2002-02-02 Eli Zaretskii * novice.el (disable-command, enable-command): If user-init-file diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 989ab8247ac..7f48db888ba 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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)