diff options
| author | Pavel Janík | 2002-02-02 15:52:36 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-02-02 15:52:36 +0000 |
| commit | 901cd78b4a765c231f39a30ed930f6c6ac0c3b19 (patch) | |
| tree | 207971ba2b65d83ad3a1e91f479ce3f1ce12f5ad | |
| parent | 33b0dcb887bdd2e2157f2066b059626949b83c03 (diff) | |
| download | emacs-901cd78b4a765c231f39a30ed930f6c6ac0c3b19.tar.gz emacs-901cd78b4a765c231f39a30ed930f6c6ac0c3b19.zip | |
Fix typo in prompt.
| -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 | |||
| 812 | `:prompt-value' property of that widget will be used for reading the value. | 812 | `:prompt-value' property of that widget will be used for reading the value. |
| 813 | 813 | ||
| 814 | If given a prefix (or a COMMENT argument), also prompt for a comment." | 814 | If given a prefix (or a COMMENT argument), also prompt for a comment." |
| 815 | (interactive (custom-prompt-variable "Set and ave variable: " | 815 | (interactive (custom-prompt-variable "Set and save variable: " |
| 816 | "Set and save value for %s as: " | 816 | "Set and save value for %s as: " |
| 817 | current-prefix-arg)) | 817 | current-prefix-arg)) |
| 818 | (funcall (or (get var 'custom-set) 'set-default) var value) | 818 | (funcall (or (get var 'custom-set) 'set-default) var value) |