# HG changeset patch # User Pavel Jank # Date 1012665156 0 # Node ID 9f236506400a09ec84bf95a1b50d7a288a91521c # Parent c9d1c7655c9f6d8081b324027bfe888e71aef544 Fix typo in prompt. diff -r c9d1c7655c9f -r 9f236506400a lisp/cus-edit.el --- 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)