summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-13 21:40:11 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-13 21:40:11 +0000
commit57a0155c42a37ae28c5c5abfe378d876069b1787 (patch)
tree71642b052239c06fe2e6cc63d5fe98180ead9462 /lisp
parent6d0d0e8d86c59b7d71b55a8d8827885e0ddfa882 (diff)
downloademacs-57a0155c42a37ae28c5c5abfe378d876069b1787.tar.gz
Fix typo in comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 7b1c3cbec89..8088ad3d4fa 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -912,7 +912,7 @@ If `enable-local-variables' is nil, this function does not check for a
(goto-char beg)
(if (save-excursion (search-forward ":" end t))
;; Find all specifications for the `mode:' variable
- ;; and execute hem left to right.
+ ;; and execute them left to right.
(while (let ((case-fold-search t))
(search-forward "mode:" end t))
(skip-chars-forward " \t")