From: Pavel Janík Date: Sat, 2 Feb 2002 15:52:36 +0000 (+0000) Subject: Fix typo in prompt. X-Git-Tag: ttn-vms-21-2-B4~16883 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=901cd78b4a765c231f39a30ed930f6c6ac0c3b19;p=emacs.git Fix typo in prompt. --- 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)