# HG changeset patch # User Masatake YAMATO # Date 1124768303 0 # Node ID a583e21253214f97de2fb9f2a33fca8eee1299ce # Parent 55b9d4dca2d660e5b76c0dd6f3aa0dc6030f4424 * hexl.el (hexl-print-current-point-info): Fix simple spelling error. diff -r 55b9d4dca2d6 -r a583e2125321 lisp/ChangeLog --- a/lisp/ChangeLog Mon Aug 22 21:35:40 2005 +0000 +++ b/lisp/ChangeLog Tue Aug 23 03:38:23 2005 +0000 @@ -1,3 +1,8 @@ +2005-08-23 Ed Swarthout (tiny change) + + * hexl.el (hexl-print-current-point-info): Fix simple spelling + error. + 2005-08-22 Juri Linkov * faces.el (set-face-underline): Delete this duplicate function diff -r 55b9d4dca2d6 -r a583e2125321 lisp/hexl.el --- a/lisp/hexl.el Mon Aug 22 21:35:40 2005 +0000 +++ b/lisp/hexl.el Tue Aug 23 03:38:23 2005 +0000 @@ -426,7 +426,7 @@ (defun hexl-print-current-point-info () "Return current hexl-address in string. -This function is indented to be used as eldoc callback." +This function is intended to be used as eldoc callback." (let ((addr (hexl-current-address))) (format "Current address is %d/0x%08x" addr addr)))