changeset 6322:62886e6eefe6

Fix typo in comment.
author Karl Heuer <kwzh@gnu.org>
date Sun, 13 Mar 1994 21:40:11 +0000
parents 8c667dc4566e
children 30bb1685217f
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")