]> git.eshelyaron.com Git - emacs.git/commitdiff
* hexl.el (hexl-print-current-point-info): Fix simple spelling error.
authorMasatake YAMATO <jet@gyve.org>
Tue, 23 Aug 2005 03:38:23 +0000 (03:38 +0000)
committerMasatake YAMATO <jet@gyve.org>
Tue, 23 Aug 2005 03:38:23 +0000 (03:38 +0000)
lisp/ChangeLog
lisp/hexl.el

index 3af80f333592d24c25bcef913f428297273e355e..b6e89b0c9ad19462e1afa34298144ccbafef0b1c 100644 (file)
@@ -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
index abafba30267d1ca0b43a81c3c0a8f33181dcf12f..45044da09858bf0c77c0c3e2cae2cc2d3d25d518 100644 (file)
@@ -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)))