From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#42050: 27.0.91; Clarify Info-next docstring Date: Fri, 26 Jun 2020 10:43:12 +0300 Message-ID: <83d05ms25r.fsf@gnu.org> References: <87a70qkei9.fsf@calancha-pc.dy.bbexcite.jp> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="30124"; mail-complaints-to="usenet@ciao.gmane.io" Cc: uyennhi.qm@gmail.com, 42050-done@debbugs.gnu.org To: Tino Calancha Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jun 26 09:44:32 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1joj2F-0007i1-QN for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 26 Jun 2020 09:44:31 +0200 Original-Received: from localhost ([::1]:52866 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joj2E-0000yl-Kj for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 26 Jun 2020 03:44:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34642) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joj1m-0000S9-R5 for bug-gnu-emacs@gnu.org; Fri, 26 Jun 2020 03:44:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58470) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1joj1m-0005W0-Gq for bug-gnu-emacs@gnu.org; Fri, 26 Jun 2020 03:44:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1joj1m-0003EM-EQ for bug-gnu-emacs@gnu.org; Fri, 26 Jun 2020 03:44:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 26 Jun 2020 07:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42050 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 42050@debbugs.gnu.org, eliz@gnu.org, tino.calancha@gmail.com Original-Received: via spool by 42050-done@debbugs.gnu.org id=D42050.159315742012378 (code D ref 42050); Fri, 26 Jun 2020 07:44:02 +0000 Original-Received: (at 42050-done) by debbugs.gnu.org; 26 Jun 2020 07:43:40 +0000 Original-Received: from localhost ([127.0.0.1]:41782 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joj1Q-0003Da-H8 for submit@debbugs.gnu.org; Fri, 26 Jun 2020 03:43:40 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joj1M-0003DL-EG for 42050-done@debbugs.gnu.org; Fri, 26 Jun 2020 03:43:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52198) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joj1G-00055Z-Oa; Fri, 26 Jun 2020 03:43:30 -0400 Original-Received: from [176.228.60.248] (port=1948 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1joj1F-0003Bl-U5; Fri, 26 Jun 2020 03:43:30 -0400 In-Reply-To: <87a70qkei9.fsf@calancha-pc.dy.bbexcite.jp> (message from Tino Calancha on Thu, 25 Jun 2020 23:43:42 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182400 Archived-At: > Cc: eliz@gnu.org,uyennhi.qm@gmail.com > From: Tino Calancha > Date: Thu, 25 Jun 2020 23:43:42 +0200 > > When I am reading a section of the Emacs manual, then I > often assume that `p' and `n' behavior is like when you are > reading a book, i.e. jump to the prev/next page; i.e., my > natural expectation is that `n' is bound to `Info-forward-node'. > > I think their docstrings could add some > description and mention to the other existent command. > > You get my point in this patch: Thanks, I fixed this in a slightly different way. P.S. Do you really use [ and ] in Info when reading a manual?