Mercurial > emacs
changeset 19238:24bfe6095dfe
(set-face-doc-string): Define once again, as alias.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Aug 1997 03:34:34 +0000 |
parents | 42cc2b7bc6c6 |
children | 8298b8a6a47d |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sat Aug 09 03:06:55 1997 +0000 +++ b/lisp/faces.el Sat Aug 09 03:34:34 1997 +0000 @@ -278,6 +278,7 @@ (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))