]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in prompt.
authorPavel Janík <Pavel@Janik.cz>
Sat, 2 Feb 2002 15:52:36 +0000 (15:52 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 2 Feb 2002 15:52:36 +0000 (15:52 +0000)
lisp/cus-edit.el

index 3b1fcecd4b51d2c343d60878cb6b251469b7ce25..ca11e484f844f4afe647e235caaf51b76ac7a9a3 100644 (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)