aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-10-23 19:12:50 +0000
committerRichard M. Stallman <[email protected]>2005-10-23 19:12:50 +0000
commitd1a74d5813b266c8cbe5962ba6895ad16a9cb526 (patch)
treeec19c46c2f8949521ae9c24f749923c53838f912 /lisp/faces.el
parent9888177feca1d82de076991a21fc6de4980c0611 (diff)
(describe-face): Use describe-simplify-lib-file-name.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index abcb6bf2de..c69354f38f 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -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)