]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Jul 2002 09:46:38 +0000 (09:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Jul 2002 09:46:38 +0000 (09:46 +0000)
lisp/ChangeLog
src/window.c

index 2f74d40623a3327f46d6cfff424c906515ce5a48..8cfcdc8a7c5757a7ac775bfb01880fa55a82dfcb 100644 (file)
@@ -2,6 +2,8 @@
 
        * faces.el (face-id): Fix typo.
 
+       * hexl.el (hexl-mode): Likewise.
+
 2002-07-09  Miles Bader  <miles@gnu.org>
 
        * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
index d8e089329ae653d055281120715f04e5bbcd282c..143a018d6ef1289c585a382de1a88720c597a5ad 100644 (file)
@@ -958,7 +958,7 @@ if it isn't already recorded.  */)
       struct buffer *old_buffer = NULL, *b = XBUFFER (buf);
 
       /* In case W->start is out of the range, use something
-         reasonable.  This situation occured when loading a file with
+         reasonable.  This situation occurred when loading a file with
          `-l' containing a call to `rmail' with subsequent other
          commands.  At the end, W->start happened to be BEG, while
          rmail had already narrowed the buffer.  */