]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/find-file.el (ff-other-file-alist): Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Sun, 21 Aug 2022 20:31:05 +0000 (22:31 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 21 Aug 2022 20:31:05 +0000 (22:31 +0200)
lisp/find-file.el

index 999cdd164e22a8e0d44963aba198f333bfaa36c1..614ff420f255767e240fb9d6de9a492d58ecfaf3 100644 (file)
@@ -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)