]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-declare-face): Use [set-]face-documentation.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 06:03:00 +0000 (06:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 06:03:00 +0000 (06:03 +0000)
lisp/cus-face.el

index 3662f296baa973fdcf366da8b61b60b30cf63384..bd120299a16ad07e3c86a28d6803abbede4bf83a 100644 (file)
@@ -54,8 +54,8 @@
            (setq frame (car frames)
                  frames (cdr frames))
            (face-spec-set face value frame)))))
-    (when (and doc (null (face-doc-string face)))
-      (set-face-doc-string face doc))
+    (when (and doc (null (face-documentation face)))
+      (set-face-documentation face doc))
     (custom-handle-all-keywords face args 'custom-face)
     (run-hooks 'custom-define-hook))
   face)