From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ed Swarthout Newsgroups: gmane.emacs.devel Subject: spelling error in hexl.el Date: Mon, 22 Aug 2005 22:05:50 -0500 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1124767074 7196 80.91.229.2 (23 Aug 2005 03:17:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Aug 2005 03:17:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 23 05:17:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E7PHf-0007QH-Mz for ged-emacs-devel@m.gmane.org; Tue, 23 Aug 2005 05:17:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7PLQ-0008Ai-Lj for ged-emacs-devel@m.gmane.org; Mon, 22 Aug 2005 23:21:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E7PJp-0007Xd-Q4 for emacs-devel@gnu.org; Mon, 22 Aug 2005 23:19:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E7PJc-0007UF-1F for emacs-devel@gnu.org; Mon, 22 Aug 2005 23:19:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7PJb-0007S9-1n for emacs-devel@gnu.org; Mon, 22 Aug 2005 23:19:07 -0400 Original-Received: from [64.233.162.198] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E7P7U-0006YU-Aj for emacs-devel@gnu.org; Mon, 22 Aug 2005 23:06:36 -0400 Original-Received: by zproxy.gmail.com with SMTP id x7so832325nzc for ; Mon, 22 Aug 2005 20:05:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PF1V65UntFeFOKjc/13iQ0qKIFcj4ly2kbKRRxURsJv6n0XH+49qFEfUbLgT/91D8+ODtck0NET9j0GCLwvsRduew8jc4W+NOzZFk1pZfLAP8jBqCjS65YiQI09prHN9ShJWLQotMUwKro5ipLAPTswaCk66eok0HDZdQ0EOVSQ= Original-Received: by 10.37.12.7 with SMTP id p7mr1638936nzi; Mon, 22 Aug 2005 20:05:50 -0700 (PDT) Original-Received: by 10.36.5.10 with HTTP; Mon, 22 Aug 2005 20:05:50 -0700 (PDT) Original-To: emacs-devel@gnu.org Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42336 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42336 Fix simple spelling error. -Ed --- hexl.el.~1.100.~=092005-08-19 20:28:12.000000000 -0500 +++ hexl.el=092005-08-22 21:56:45.790583888 -0500 @@ -426,7 +426,7 @@ =20 (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)))