From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Lisp files that load cl-lib in problematical ways Date: Mon, 23 Oct 2023 14:47:02 +0300 Message-ID: <83msw9o91l.fsf@gnu.org> References: <835y38qvlg.fsf@gnu.org> <87bkcx6eci.fsf@dataswamp.org> <83ttqnm4ti.fsf@gnu.org> <87r0lqoo5x.fsf@dataswamp.org> <83msweu76j.fsf@gnu.org> <87o7gungi1.fsf@dataswamp.org> <87pm17iilu.fsf@> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2292"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bjorn.bidar@thaodan.de, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 23 13:47:47 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qutPP-0000Nm-3B for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Oct 2023 13:47:47 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qutOg-0005tt-0R; Mon, 23 Oct 2023 07:47:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qutOe-0005pY-OE for emacs-devel@gnu.org; Mon, 23 Oct 2023 07:47:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qutOd-0006vD-Kj; Mon, 23 Oct 2023 07:46:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=r0oU3QwnlTqX1BXhsj5pUhBEQuXGT5rY7UWu/dFOw1k=; b=gJqJ1OtNioxx R0elSZ7C5EhOh2+AbepCMhmMa+y8+WVigZuo8ilQwKpFDDxhb1FA4C0vHzo6pDpQ78OPlNmix4fqJ XCq7rX2gmz+86Jg9wSdsU7jU7Rb3KkJBiUfedS4T5ATav3iI+ZwgIqzyKfM4xsmxSrfKAos22pZuJ Qpu/RgPaT/luW3HJbMVhAjWoDIrOOstOkE/AceSm21M3VWldjRm5DMBAJWGIgE/LZL+JW+hcuUl6T TBq/rPRPHiOgv1YO6nbhRdCSuf2lS5KbDXJwQBAQ8hTYkvbZsY9gDSegq8r0FWEHoj62K9ECru9TY l1LkZLMyVnmsR9uccVFEsw==; In-Reply-To: (message from Alan Mackenzie on Mon, 23 Oct 2023 11:07:27 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:311704 Archived-At: > Date: Mon, 23 Oct 2023 11:07:27 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > This poor standard of doc strings is typical throughout cl-lib, even if > not universal. Patches to improve the documentation of CL macros and functions will be most welcome.