all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* spelling error in hexl.el
@ 2005-08-23  3:05 Ed Swarthout
  2005-08-23  3:30 ` Masatake YAMATO
  0 siblings, 1 reply; 2+ messages in thread
From: Ed Swarthout @ 2005-08-23  3:05 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-23  3:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23  3:05 spelling error in hexl.el Ed Swarthout
2005-08-23  3:30 ` Masatake YAMATO

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.