]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/files.el (hack-local-variables--find-variables): Fix comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Feb 2024 16:09:35 +0000 (18:09 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:05:31 +0000 (12:05 +0100)
(cherry picked from commit 8fc7e8c2b0cb33b0e8e9822f116e6dbb530ab1b6)

lisp/files.el

index 3be5831ba068c7132bde18f121d1519dcb325bf2..6bdd1cb16b911ff570984cd610553e109250b743 100644 (file)
@@ -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))))))