emacs-devel
[Top][All Lists]
Advanced

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

spelling error in hexl.el


From: Ed Swarthout
Subject: spelling error in hexl.el
Date: Mon, 22 Aug 2005 22:05:50 -0500

Fix simple spelling error.   -Ed

--- hexl.el.~1.100.~    2005-08-19 20:28:12.000000000 -0500
+++ hexl.el     2005-08-22 21:56:45.790583888 -0500
@@ -426,7 +426,7 @@
 
 (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)))




reply via email to

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