emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 7a3ae3cb62: ; * lisp/find-file.el (ff-other-file-alist): Fix ty


From: Stefan Kangas
Subject: emacs-28 7a3ae3cb62: ; * lisp/find-file.el (ff-other-file-alist): Fix typo.
Date: Sun, 21 Aug 2022 16:31:39 -0400 (EDT)

branch: emacs-28
commit 7a3ae3cb626e02ff25757eed2ef2977ed577a9be
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * 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 999cdd164e..614ff420f2 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]