summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/comp.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 3845827f661..02917cb9a0a 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2278,8 +2278,9 @@ Prepare every function for final compilation and drive the C back-end."
;; Some entry point support code.
(defun comp--replace-output-file (outfile tmpfile)
- "Replace OUTFILE with TMPFILE taking the necessary steps when
-dealing with shared libraries that may be loaded into Emacs"
+ "Replace OUTFILE with TMPFILE.
+Takes the necessary steps when dealing with shared libraries that
+may be loaded into Emacs"
(cond ((eq 'windows-nt system-type)
(ignore-errors (delete-file outfile))
(let ((retry t))