diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-08-21 22:31:05 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-08-21 22:31:05 +0200 |
commit | 7a3ae3cb626e02ff25757eed2ef2977ed577a9be (patch) | |
tree | c16a7ca9a333dbb2da0810fc05960d3bbfdaa136 /lisp/find-file.el | |
parent | c3087b59f062b8d48b554b5dc3ac67f511058070 (diff) | |
download | emacs-7a3ae3cb626e02ff25757eed2ef2977ed577a9be.tar.gz emacs-7a3ae3cb626e02ff25757eed2ef2977ed577a9be.tar.bz2 emacs-7a3ae3cb626e02ff25757eed2ef2977ed577a9be.zip |
; * lisp/find-file.el (ff-other-file-alist): Fix typo.
Diffstat (limited to 'lisp/find-file.el')
-rw-r--r-- | lisp/find-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |