diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-09 03:34:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-09 03:34:34 +0000 |
commit | e42537fec784e410620c58c7c91229f47988f27e (patch) | |
tree | b4ae91e3cdf1f61b87462387666be43bc1c5d9ea /lisp/faces.el | |
parent | 4aac23023438a7554cf40b109e2cc475feefc73f (diff) | |
download | emacs-e42537fec784e410620c58c7c91229f47988f27e.tar.gz |
(set-face-doc-string): Define once again, as alias.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |