From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/bookmark.el,v Date: Fri, 21 Nov 2008 00:30:43 -0500 Message-ID: <87ej158x30.fsf@red-bean.com> References: <87bpwbdkza.fsf@red-bean.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227245483 30863 80.91.229.12 (21 Nov 2008 05:31:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2008 05:31:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 21 06:32:25 2008 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 1L3Ocx-0000Qk-Ef for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2008 06:32:23 +0100 Original-Received: from localhost ([127.0.0.1]:34677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3Obo-0006g5-AZ for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2008 00:31:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3Obd-0006fz-JK for emacs-devel@gnu.org; Fri, 21 Nov 2008 00:31:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3Obb-0006fl-Uh for emacs-devel@gnu.org; Fri, 21 Nov 2008 00:31:01 -0500 Original-Received: from [199.232.76.173] (port=41577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3Obb-0006fe-Ip for emacs-devel@gnu.org; Fri, 21 Nov 2008 00:30:59 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]:39088) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L3Obb-0000Td-Vm for emacs-devel@gnu.org; Fri, 21 Nov 2008 00:31:00 -0500 Original-Received: from localhost ([127.0.0.1]:43238 helo=floss) by sanpietro.red-bean.com with esmtp (Exim 4.69) (envelope-from ) id 1L3ObX-0001Yj-BO; Thu, 20 Nov 2008 23:30:57 -0600 In-Reply-To: (Juanma Barranquero's message of "Thu, 20 Nov 2008 09:35:56 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:105877 Archived-At: "Juanma Barranquero" writes: >> I like the `make-obsolete' part (good idea!), but why take out that text >> from the doc string? > > To avoid repeating the information. After (make-obsolete 'old 'new > "when"), using describe-function on OLD will show the obsolescence > info (though the docstring of OLD is not really modified): Ah, sounds good then. I didn't know describe-function would do that.