diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/subr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 9bef1bd9c74..9bf11a13ef6 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -4678,8 +4678,8 @@ as alpha versions." (prin1-to-string (make-hash-table))))) (provide 'hashtable-print-readable)) -;; This is used in lisp/Makefile.in to generate file names for -;; autoloads, custom-deps, and finder-data. +;; This is used in lisp/Makefile.in and in leim/Makefile.in to +;; generate file names for autoloads, custom-deps, and finder-data. (defun reveal-filename (file) "Produce the real file name for FILE. |