From 0f6438e797fec6048ff7bfb8353f895bbbd5ccab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 2 Feb 2002 15:59:20 +0000 Subject: [PATCH] (customize-save-variable): Fix typo in prompt. --- lisp/ChangeLog | 4 ++++ lisp/cus-edit.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5