Mercurial > hg > xemacs-beta
diff lisp/cus-edit.el @ 782:616e133a0ce6
[xemacs-hg @ 2002-03-18 22:22:15 by adrian]
[ACR21.4] [PATCH] xemacs-21.5: Fix typo in prompt for customize-save-variable <vgbtblbl.fsf@mailto.t-online.de>
author | adrian |
---|---|
date | Mon, 18 Mar 2002 22:22:15 +0000 |
parents | 79940b592197 |
children | 0cb55b2a2c66 |
line wrap: on
line diff
--- a/lisp/cus-edit.el Mon Mar 18 10:13:39 2002 +0000 +++ b/lisp/cus-edit.el Mon Mar 18 22:22:15 2002 +0000 @@ -750,7 +750,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 variable 'custom-set) 'set-default) variable value)