diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-02-02 15:52:36 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-02-02 15:52:36 +0000 |
commit | 901cd78b4a765c231f39a30ed930f6c6ac0c3b19 (patch) | |
tree | 207971ba2b65d83ad3a1e91f479ce3f1ce12f5ad /lisp/cus-edit.el | |
parent | 33b0dcb887bdd2e2157f2066b059626949b83c03 (diff) | |
download | emacs-901cd78b4a765c231f39a30ed930f6c6ac0c3b19.tar.gz |
Fix typo in prompt.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |