[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: spelling error in hexl.el
From: |
Masatake YAMATO |
Subject: |
Re: spelling error in hexl.el |
Date: |
Tue, 23 Aug 2005 12:30:37 +0900 (JST) |
It is my mistake.
Installed. Thank you.
2005-08-23 Ed Swarthout <address@hidden> (tiny change)
* hexl.el (hexl-print-current-point-info): Fix simple spelling
error.
> Fix simple spelling error. -Ed
>
> --- hexl.el.~1.100.~ 2005-08-19 20:28:12.000000000 -0500
> +++ hexl.el 2005-08-22 21:56:45.790583888 -0500
> @@ -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)))
Masatake YAMATO