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: master 5b1109394c: ; * lisp/edmacro.el: Minor doc fixes. Date: Wed, 22 Jun 2022 17:05:01 +0300 Message-ID: <8335fwkd4i.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38980"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Kangas , emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 22 16:07:54 2022 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 1o411O-0009ys-5s for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Jun 2022 16:07:54 +0200 Original-Received: from localhost ([::1]:60902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o411M-0001e3-O8 for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Jun 2022 10:07:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o40yn-0008NQ-2w for emacs-devel@gnu.org; Wed, 22 Jun 2022 10:05:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42460) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o40ym-0001yI-G0; Wed, 22 Jun 2022 10:05:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=LFZCnjoCQFIqlgNATY4bdL0b1cBD3S/E1mAu/JZTNHQ=; b=I3pH/ZnswQgh1W SsRCCx4/26IJXhJZ0G4cykIsHvbG8FSp8JOHDDtPzT7XJvvc09IjCt3zkd5RrfwUyhBMMtoBvzs25 CdZegnEtqlgsIFR5x20BX7/bgeFauY2ZGl7By3MZuQuxWDf5flVXMj7VQfTvlpuOUpbklsPNdInlk USWVtaT0cZSJDJGxz+bO0f7RfCXUroksqO6obUY0Mphp5Vv/Mu5QlK4cuRkMtPfVLiXB0Mqdzeo7R nF5TzfIIyR9T6t5nHCOwXsNNzdaHnlgrI9mmaANqzkPadaF50torh3gEhuokWRY3woBZn/M5jb81G 2/KLxlZzffKk2uN577ZA==; Original-Received: from [87.69.77.57] (port=4238 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 1o40yl-0002eA-T1; Wed, 22 Jun 2022 10:05:12 -0400 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" Xref: news.gmane.io gmane.emacs.devel:291510 Archived-At: > @@ -111,7 +111,7 @@ Default nil means to write characters above \\177 in octal notation." > (defun edit-kbd-macro (keys &optional prefix finish-hook store-hook) > "Edit a keyboard macro. > At the prompt, type any key sequence which is bound to a keyboard macro. > -Or, type `\\[kmacro-end-and-call-macro]' or RET to edit the last > +Or, type `\\[kmacro-end-and-call-macro]' or \\`RET' to edit the last > keyboard macro, `\\[view-lossage]' to edit the last 300 > keystrokes as a keyboard macro, or `\\[execute-extended-command]' > to edit a macro by its command name. > @@ -374,7 +374,7 @@ or nil, use a compact 80-column format." > (defun edmacro-mode () > "\\Keyboard Macro Editing mode. Press \ > \\[edmacro-finish-edit] to save and exit. > -To abort the edit, just kill this buffer with \\[kill-buffer] RET. > +To abort the edit, just kill this buffer with \\[kill-buffer] \\`RET'. > > Press \\[edmacro-insert-key] to insert the name of any key by typing the key. Stefan, I don't understand this change. Is it no longer "kosher" to use RET, TAB, SPC, etc. in our doc strings? Why do we need to quote these simple keys?