From e42537fec784e410620c58c7c91229f47988f27e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Aug 1997 03:34:34 +0000 Subject: [PATCH] (set-face-doc-string): Define once again, as alias. --- lisp/faces.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/faces.el b/lisp/faces.el index f0a0e5ada46..8f6c03e7aed 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -278,6 +278,7 @@ in that frame; otherwise change each frame." (cond ((eq italic-p nil) (make-face-unitalic face frame t)) (t (make-face-italic face frame t)))) +(defalias 'set-face-doc-string 'set-face-documentation) (defun set-face-documentation (face string) "Set the documentation string for FACE to STRING." (put face 'face-documentation string)) -- 2.39.2