* hexl.el (hexl-print-current-point-info): Fix simple spelling error.

This commit is contained in:
Masatake YAMATO 2005-08-23 03:38:23 +00:00
parent 16691d29c1
commit 12d96c20e5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
* hexl.el (hexl-print-current-point-info): Fix simple spelling
error.
2005-08-22 Juri Linkov <juri@jurta.org>
* faces.el (set-face-underline): Delete this duplicate function

View file

@ -426,7 +426,7 @@ Ask the user for confirmation."
(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)))