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 68d11cc: Add new option help-link-key-to-documentation Date: Sun, 24 Oct 2021 18:48:05 +0300 Message-ID: <83tuh62zm2.fsf@gnu.org> References: <20211024144731.24745.25328@vcs0.savannah.gnu.org> <20211024144733.41F5E209A5@vcs0.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16034"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 24 17:48:46 2021 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 1mefjp-00040s-Vv for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Oct 2021 17:48:45 +0200 Original-Received: from localhost ([::1]:35212 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mefjo-00045a-Eb for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Oct 2021 11:48:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mefjL-0003R2-79 for emacs-devel@gnu.org; Sun, 24 Oct 2021 11:48:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37944) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mefjK-0002Kx-S8; Sun, 24 Oct 2021 11:48:14 -0400 Original-Received: from [87.69.77.57] (port=4515 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 1mefjK-0000Nr-Eb; Sun, 24 Oct 2021 11:48:14 -0400 In-Reply-To: (message from Stefan Kangas on Sun, 24 Oct 2021 08:27:15 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:277662 Archived-At: > From: Stefan Kangas > Date: Sun, 24 Oct 2021 08:27:15 -0700 > > stefankangas@gmail.com (Stefan Kangas) writes: > > > branch: master > > commit 68d11cc248524750c008a418faca4a9182d51758 > > Author: Stefan Kangas > > Commit: Stefan Kangas > > > > Add new option help-link-key-to-documentation > > > > * lisp/help.el (help-link-key-to-documentation): New user option. > > (substitute-command-keys): Add a link from keys to the command they > > are bound to, if the above new option is non-nil. (Bug#8951) > > * etc/NEWS: Announce the new option. > > Just a heads up: "make bootstrap" is needed after pulling this change. Why is that?