]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 7 Sep 2008 20:41:10 +0000 (20:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 7 Sep 2008 20:41:10 +0000 (20:41 +0000)
src/lread.c

index 58faf747d1f983d61709d5a4020d92717026fbe4..cad1ad68b6883be77b8579b77ad394c3c08032a7 100644 (file)
@@ -1104,7 +1104,7 @@ Return t if the file exists and loads successfully.  */)
      2000-09-21: It's not possible to just check for the file loaded
      being a member of Vloads_in_progress.  This fails because of the
      way the byte compiler currently works; `provide's are not
-     evaluted, see font-lock.el/jit-lock.el as an example.  This
+     evaluated, see font-lock.el/jit-lock.el as an example.  This
      leads to a certain amount of ``normal'' recursion.
 
      Also, just loading a file recursively is not always an error in