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: Escape syntax in docstrings Date: Fri, 24 Mar 2023 21:29:16 +0300 Message-ID: <83355udmv7.fsf@gnu.org> References: <87edpfnqln.fsf@gmail.com> <87o7oin4g1.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24688"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ruijie@netyu.xyz, emacs-devel@gnu.org To: Chen Zhaoyang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 24 19:29:52 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 1pfmAf-0005td-EJ for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Mar 2023 19:29:52 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pfm9y-00084n-5K; Fri, 24 Mar 2023 14:29:06 -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 1pfm9x-00084H-22 for emacs-devel@gnu.org; Fri, 24 Mar 2023 14:29:05 -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 1pfm9w-0003dB-GR; Fri, 24 Mar 2023 14:29:04 -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=Yyyc21a9rmv5yelP9i1IuJegQJ9gqI0RVZCc/i6YqKc=; b=ImV5i3pbacir yCUJaN4aTOllFd8QqGu1+TjY4pdk5dXLxH7CnTdhcNufKxCfAO1FFLiRmgCL394X7Alkpd8GSHCMQ hlmyCiMfBn+SBoalUNrjeHzpx+UEI5RiZ0mXMTzKwNKsytHeLhWPYhgoGNf1Zlb9zoh7CDQ+StYrT 656M/pt0CSUjr6n4KiYWqi/SwzhVOS37pUzqconOtjJ0IKxqo+ZrpqUPst6DgXxhHH/kN+It3aAqP 9DHJd8Ehv3qBkT872oNL8bM7nOm2t6wDS+DsTTD2Svfqn7EqksY1C967KY9pEy0brzHeDWeDzU4TQ zN/PlpTP0J7CxSEdr7wCSg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pfm9v-00033U-E9; Fri, 24 Mar 2023 14:29:03 -0400 In-Reply-To: <87o7oin4g1.fsf@gmail.com> (message from Chen Zhaoyang on Thu, 23 Mar 2023 23:44:46 -0500) 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:304757 Archived-At: > From: Chen Zhaoyang > Cc: > Newsgroup: gmane.emacs.devel > Date: Thu, 23 Mar 2023 23:44:46 -0500 > > Ruijie Yu writes: > > > This issue has been reported in bug#62224 as well. Apparently after the > > OP reported the bug, Eli made changes to the documentation accordingly > > -- although I myself don't know where exactly to look. > > Thank you for letting me know. See "General Escape Syntax" in the ELisp Reference manual.