Mercurial > emacs
changeset 43063:9f236506400a
Fix typo in prompt.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 02 Feb 2002 15:52:36 +0000 |
parents | c9d1c7655c9f |
children | aad0b1eb2142 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Sat Feb 02 13:18:46 2002 +0000 +++ b/lisp/cus-edit.el Sat Feb 02 15:52:36 2002 +0000 @@ -812,7 +812,7 @@ `: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)