emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/hexl.el


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/hexl.el
Date: Mon, 22 Aug 2005 23:38:26 -0400

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)))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]