diff options
| author | Eli Zaretskii | 2013-05-16 13:14:30 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-05-16 13:14:30 +0300 |
| commit | 629ecae3699ec09389e3a095cfa058119e76aaed (patch) | |
| tree | 878ebcf785974a634712bade1923114f7d3183c4 | |
| parent | a9519e2685d19b13ce4e3e1ba13f97569013627e (diff) | |
| download | emacs-629ecae3699ec09389e3a095cfa058119e76aaed.tar.gz emacs-629ecae3699ec09389e3a095cfa058119e76aaed.zip | |
Fix comments to reveal-filename.
| -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." | |||
| 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 | ||