aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-16 13:14:30 +0300
committerEli Zaretskii2013-05-16 13:14:30 +0300
commit629ecae3699ec09389e3a095cfa058119e76aaed (patch)
tree878ebcf785974a634712bade1923114f7d3183c4
parenta9519e2685d19b13ce4e3e1ba13f97569013627e (diff)
downloademacs-629ecae3699ec09389e3a095cfa058119e76aaed.tar.gz
emacs-629ecae3699ec09389e3a095cfa058119e76aaed.zip
Fix comments to reveal-filename.
-rw-r--r--lisp/subr.el4
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."
4678 (prin1-to-string (make-hash-table))))) 4678 (prin1-to-string (make-hash-table)))))
4679 (provide 'hashtable-print-readable)) 4679 (provide 'hashtable-print-readable))
4680 4680
4681;; This is used in lisp/Makefile.in to generate file names for 4681;; This is used in lisp/Makefile.in and in leim/Makefile.in to
4682;; autoloads, custom-deps, and finder-data. 4682;; generate file names for autoloads, custom-deps, and finder-data.
4683(defun reveal-filename (file) 4683(defun reveal-filename (file)
4684 "Produce the real file name for FILE. 4684 "Produce the real file name for FILE.
4685 4685