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

index 1e0c685cb310479e1f71a52d04d837e3d7980459..5821e17081ed6a3a64f0f0c52a23c43e87436476 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * cus-edit.el (customize-save-variable): Fix typo in prompt.
+
 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * novice.el (disable-command, enable-command): If user-init-file
index 989ab8247ac06ee6c40514b5d4bbd9c8cf7a6fa4..7f48db888babb0d53c2f7965e878e869ee4b92f3 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)