]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-face): Fix parenthesis.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Apr 2000 17:12:34 +0000 (17:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Apr 2000 17:12:34 +0000 (17:12 +0000)
lisp/ChangeLog
lisp/cus-edit.el

index b4041dde8f630ecf2408dc98b0f9fe38f90faa4b..a282fb6deddef3b70c9278b7d5aa3e739fdd9ffe 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * cus-edit.el (custom-face): Fix parenthesis.
+
 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
 
        * mail/rmail.el (rmail-expunge): When there are no deleted
index c698ea220d10546c92965f309c9919693ce33b58..30383bff98909b80820663e0102f9930909693f5 100644 (file)
@@ -2549,7 +2549,7 @@ Match frames with dark backgrounds.")
   "Customize face."
   :sample-face 'custom-face-tag-face
   :help-echo "Set or reset this face."
-  :documentation-property #'face-doc-string)
+  :documentation-property #'face-doc-string
   :value-create 'custom-face-value-create
   :action 'custom-face-action
   :custom-category 'face