changeset 46271:35153dd59211

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 09 Jul 2002 09:46:38 +0000
parents c64c46b334d7
children 2406cf2da1d4
files lisp/ChangeLog src/window.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 09 09:08:18 2002 +0000
+++ b/lisp/ChangeLog	Tue Jul 09 09:46:38 2002 +0000
@@ -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'
--- a/src/window.c	Tue Jul 09 09:08:18 2002 +0000
+++ b/src/window.c	Tue Jul 09 09:46:38 2002 +0000
@@ -958,7 +958,7 @@
       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.  */