Mercurial > emacs
changeset 65079:a583e2125321
* hexl.el (hexl-print-current-point-info): Fix simple spelling error.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Tue, 23 Aug 2005 03:38:23 +0000 |
parents | 55b9d4dca2d6 |
children | d26d3f3231e8 |
files | lisp/ChangeLog lisp/hexl.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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)))