(describe-face): Use describe-simplify-lib-file-name.
This commit is contained in:
parent
9888177fec
commit
d1a74d5813
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue