From b77575198c4395b9345ad6694d7fb1fe23aeace6 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Tue, 6 Apr 2021 21:02:58 +0200 Subject: [PATCH] ; * lisp/loadup.el: Fix comment. --- lisp/loadup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5