projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3087b5
)
; * lisp/find-file.el (ff-other-file-alist): Fix typo.
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 21 Aug 2022 20:31:05 +0000
(22:31 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 21 Aug 2022 20:31:05 +0000
(22:31 +0200)
lisp/find-file.el
patch
|
blob
|
history
diff --git
a/lisp/find-file.el
b/lisp/find-file.el
index 999cdd164e22a8e0d44963aba198f333bfaa36c1..614ff420f255767e240fb9d6de9a492d58ecfaf3 100644
(file)
--- 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 (E
TX
ENSION...))
+ (REGEXP (E
XT
ENSION...))
or
(REGEXP FUNCTION)