From: Masatake YAMATO Date: Tue, 23 Aug 2005 03:38:23 +0000 (+0000) Subject: * hexl.el (hexl-print-current-point-info): Fix simple spelling error. X-Git-Tag: emacs-pretest-22.0.90~7488 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12d96c20e508352f74e00cd9101b3b9be378075e;p=emacs.git * hexl.el (hexl-print-current-point-info): Fix simple spelling error. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3af80f33359..b6e89b0c9ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/hexl.el b/lisp/hexl.el index abafba30267..45044da0985 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -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)))