From 7a3ae3cb626e02ff25757eed2ef2977ed577a9be Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 21 Aug 2022 22:31:05 +0200 Subject: [PATCH] ; * lisp/find-file.el (ff-other-file-alist): Fix typo. --- lisp/find-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2