From 901cd78b4a765c231f39a30ed930f6c6ac0c3b19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 2 Feb 2002 15:52:36 +0000 Subject: [PATCH] Fix typo in prompt. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 3b1fcecd4b5..ca11e484f84 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.2