]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/loadup.el: Fix comment.
authorAndrea Corallo <akrl@sdf.org>
Tue, 6 Apr 2021 19:02:58 +0000 (21:02 +0200)
committerAndrea Corallo <akrl@sdf.org>
Tue, 6 Apr 2021 19:03:42 +0000 (21:03 +0200)
lisp/loadup.el

index c3948e465f2c663d11792c3d2bf4834ccbde0770..650288f9f86b1b96f958e7ac46136679575fdafd 100644 (file)
@@ -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)))