unofficial mirror of emacs-devel@gnu.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

* Re: spelling error in hexl.el
  2005-08-23  3:05 spelling error in hexl.el Ed Swarthout
@ 2005-08-23  3:30 ` Masatake YAMATO
  0 siblings, 0 replies; 2+ messages in thread
From: Masatake YAMATO @ 2005-08-23  3:30 UTC (permalink / raw)
  Cc: emacs-devel

It is my mistake.
Installed. Thank you.

2005-08-23  Ed Swarthout <ed.swarthout@gmail.com>  (tiny change)

	* hexl.el (hexl-print-current-point-info): Fix simple spelling
	error.

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

Masatake YAMATO

^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).