From 463e97c2bafb638cc0cfa6a68b5a9218f6b62aa4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Feb 2024 18:09:35 +0200 Subject: [PATCH] ; * lisp/files.el (hack-local-variables--find-variables): Fix comment. (cherry picked from commit 8fc7e8c2b0cb33b0e8e9822f116e6dbb530ab1b6) --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 3be5831ba06..6bdd1cb16b9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4193,7 +4193,7 @@ major-mode." (or (buffer-file-name thisbuf) "")))))) ((eq var 'read-symbol-shorthands) ;; Sort automatically by shorthand length - ;; descending + ;; in descending order. (setq val (sort val (lambda (sh1 sh2) (> (length (car sh1)) (length (car sh2)))))) -- 2.39.5