# HG changeset patch # User Karl Heuer # Date 763594811 0 # Node ID 62886e6eefe6ded2109814290c3ca61e7473c85e # Parent 8c667dc4566ebe4505af820fb4c1181ffee288cb Fix typo in comment. diff -r 8c667dc4566e -r 62886e6eefe6 lisp/files.el --- a/lisp/files.el Sun Mar 13 01:12:41 1994 +0000 +++ b/lisp/files.el Sun Mar 13 21:40:11 1994 +0000 @@ -912,7 +912,7 @@ (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")