mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* hexl.el (hexl-print-current-point-info): Fix simple spelling error.
This commit is contained in:
parent
16691d29c1
commit
12d96c20e5
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue