# HG changeset patch # User Per Abrahamsen # Date 862062048 0 # Node ID 71dfc9f618211d37567af8b837fb302ce806d7b4 # Parent 7ed40081342fcd97c1cddbaf0b0cbef0b228a060 *** empty log message *** diff -r 7ed40081342f -r 71dfc9f61821 lisp/cus-face.el --- a/lisp/cus-face.el Sat Apr 26 04:46:29 1997 +0000 +++ b/lisp/cus-face.el Sat Apr 26 13:40:48 1997 +0000 @@ -59,16 +59,16 @@ ;;; Font Attributes. (defconst custom-face-attributes - '((:bold (toggle :format "Bold: %[%v%]\n" + '((:bold (toggle :format "%[Bold%]: %v\n" :help-echo "Control whether a bold font should be used.") set-face-bold-p face-bold-p) - (:italic (toggle :format "Italic: %[%v%]\n" + (:italic (toggle :format "%[Italic%]: %v\n" :help-echo "\ Control whether an italic font should be used.") set-face-italic-p face-italic-p) - (:underline (toggle :format "Underline: %[%v%]\n" + (:underline (toggle :format "%[Underline%]: %v\n" :help-echo "\ Control whether the text should be underlined.") set-face-underline-p