mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
(describe-face): Use describe-simplify-lib-file-name.
This commit is contained in:
parent
9888177fec
commit
d1a74d5813
@ -1297,6 +1297,7 @@ If FRAME is omitted or nil, use the selected frame."
|
||||
;; The next 4 sexps are copied from describe-function-1
|
||||
;; and simplified.
|
||||
(setq file-name (symbol-file f 'defface))
|
||||
(setq file-name (describe-simplify-lib-file-name file-name))
|
||||
(when file-name
|
||||
(princ "Defined in `")
|
||||
(princ file-name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user