From: Andrea Corallo Date: Tue, 6 Apr 2021 19:02:58 +0000 (+0200) Subject: ; * lisp/loadup.el: Fix comment. X-Git-Tag: emacs-28.0.90~2727^2~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b77575198c4395b9345ad6694d7fb1fe23aeace6;p=emacs.git ; * lisp/loadup.el: Fix comment. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index c3948e465f2..650288f9f86 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -452,7 +452,7 @@ lost after dumping"))) (when (featurep 'nativecomp) ;; Fix the compilation unit filename to have it working when ;; installed or if the source directory got moved. This is set to be - ;; a cons cell of the form: + ;; a pair in the form of: ;; (rel-filename-from-install-bin . rel-filename-from-local-bin). (let ((h (make-hash-table :test #'eq)) (bin-dest-dir (cadr (member "--bin-dest" command-line-args)))