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


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to