summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorMasatake YAMATO <jet@gyve.org>2005-08-23 03:38:23 +0000
committerMasatake YAMATO <jet@gyve.org>2005-08-23 03:38:23 +0000
commit12d96c20e508352f74e00cd9101b3b9be378075e (patch)
tree445b78f8f9bb53228b18212f957eb58b7eb0047a /lisp/hexl.el
parent16691d29c144224aba088319fece5bac687f2dc8 (diff)
downloademacs-12d96c20e508352f74e00cd9101b3b9be378075e.tar.gz
* hexl.el (hexl-print-current-point-info): Fix simple spelling error.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el2
1 files changed, 1 insertions, 1 deletions
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)))