From: Stefan Kangas Date: Sun, 21 Aug 2022 20:31:05 +0000 (+0200) Subject: ; * lisp/find-file.el (ff-other-file-alist): Fix typo. X-Git-Tag: emacs-28.2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a3ae3cb626e02ff25757eed2ef2977ed577a9be;p=emacs.git ; * lisp/find-file.el (ff-other-file-alist): Fix typo. --- diff --git a/lisp/find-file.el b/lisp/find-file.el index 999cdd164e2..614ff420f25 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el @@ -192,7 +192,7 @@ filename that EXTRACT returned." The value could be an alist or a symbol whose value is an alist. Each element of the alist has the form - (REGEXP (ETXENSION...)) + (REGEXP (EXTENSION...)) or (REGEXP FUNCTION)