From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: doc string of indent-to should mention the return value Date: Sat, 24 Mar 2007 18:04:44 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1174752301 18245 80.91.229.12 (24 Mar 2007 16:05:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Mar 2007 16:05:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 24 17:05:00 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HV8jh-0003wL-JM for ged-emacs-devel@m.gmane.org; Sat, 24 Mar 2007 17:04:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HV8lj-0006HU-8N for ged-emacs-devel@m.gmane.org; Sat, 24 Mar 2007 11:07:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HV8le-0006ER-2w for emacs-devel@gnu.org; Sat, 24 Mar 2007 12:06:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HV8lc-0006Bg-3e for emacs-devel@gnu.org; Sat, 24 Mar 2007 12:06:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HV8lb-0006B0-Nz for emacs-devel@gnu.org; Sat, 24 Mar 2007 11:06:55 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HV8jZ-0003xo-44 for emacs-devel@gnu.org; Sat, 24 Mar 2007 12:04:49 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-200-243.inter.net.il [80.230.200.243]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CEQ72404 (AUTH halo1); Sat, 24 Mar 2007 18:04:43 +0200 (IST) In-reply-to: X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:68479 Archived-At: > From: "Drew Adams" > Date: Sat, 17 Mar 2007 12:13:28 -0700 > > Likewise, `goto-char'. The doc string doesn't mention the return value, but > the manual does. > > > From: Drew Adams Sent: Saturday, March 10, 2007 9:40 AM > > To: Emacs-Pretest-Bug > > > > `indent-to' returns the column. I've seen code that depends upon this > > feature. The doc string doesn't mention the return value, but the > > Elisp manual does. Thanks, I fixed both doc strings. (And please try to avoid top-posting.)