diff options
| -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." | |||
| 192 | The value could be an alist or a symbol whose value is an alist. | 192 | The value could be an alist or a symbol whose value is an alist. |
| 193 | Each element of the alist has the form | 193 | Each element of the alist has the form |
| 194 | 194 | ||
| 195 | (REGEXP (ETXENSION...)) | 195 | (REGEXP (EXTENSION...)) |
| 196 | or | 196 | or |
| 197 | (REGEXP FUNCTION) | 197 | (REGEXP FUNCTION) |
| 198 | 198 | ||