1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(set-face-doc-string): Define once again, as alias.

This commit is contained in:
Richard M. Stallman 1997-08-09 03:34:34 +00:00
parent 4aac230234
commit e42537fec7

View 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))