(set-face-doc-string): Define once again, as alias.
This commit is contained in:
parent
4aac230234
commit
e42537fec7
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue