Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.100 emacs/lisp/hexl.el:1.101
*** emacs/lisp/hexl.el:1.100 Wed Aug 10 18:15:50 2005
--- emacs/lisp/hexl.el Tue Aug 23 03:38:23 2005
***************
*** 426,432 ****
(defun hexl-print-current-point-info ()
"Return current hexl-address in string.
! This function is indented to be used as eldoc callback."
(let ((addr (hexl-current-address)))
(format "Current address is %d/0x%08x" addr addr)))
--- 426,432 ----
(defun hexl-print-current-point-info ()
"Return current hexl-address in string.
! This function is intended to be used as eldoc callback."
(let ((addr (hexl-current-address)))
(format "Current address is %d/0x%08x" addr addr)))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs