changeset 18935:ab4cd3135797

(custom-declare-face): Use [set-]face-documentation.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jul 1997 06:03:00 +0000
parents d1137584b5d6
children 5aa5fcdc25c1
files lisp/cus-face.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-face.el	Thu Jul 24 05:35:30 1997 +0000
+++ b/lisp/cus-face.el	Thu Jul 24 06:03:00 1997 +0000
@@ -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)