]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-face-doc-string): Define once again, as alias.
authorRichard M. Stallman <rms@gnu.org>
Sat, 9 Aug 1997 03:34:34 +0000 (03:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 9 Aug 1997 03:34:34 +0000 (03:34 +0000)
lisp/faces.el

index f0a0e5ada4627bdb4a57717ae227dbaa34abea0a..8f6c03e7aed9a492e725e14e266ed6813ea243ce 100644 (file)
@@ -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))