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.bugs Subject: bug#50303: Add interlinks to docstrings of inverse abbrev Date: Tue, 31 Aug 2021 20:40:27 +0300 Message-ID: <837dg1seb8.fsf@gnu.org> References: <87tuj5shs3.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24203"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50303@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 31 19:42:50 2021 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 1mL7mb-00066Z-Fs for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 31 Aug 2021 19:42:49 +0200 Original-Received: from localhost ([::1]:60434 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mL7mZ-0004rf-Fz for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 31 Aug 2021 13:42:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58132) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL7kt-0002To-Hv for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 13:41:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52022) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mL7ks-0004h6-U8 for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 13:41:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mL7ks-0000bp-Du for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 13:41:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 31 Aug 2021 17:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50303 X-GNU-PR-Package: emacs Original-Received: via spool by 50303-submit@debbugs.gnu.org id=B50303.16304316502314 (code B ref 50303); Tue, 31 Aug 2021 17:41:02 +0000 Original-Received: (at 50303) by debbugs.gnu.org; 31 Aug 2021 17:40:50 +0000 Original-Received: from localhost ([127.0.0.1]:35335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL7kc-0000b7-Ba for submit@debbugs.gnu.org; Tue, 31 Aug 2021 13:40:50 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:41940) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL7kW-0000aq-OH for 50303@debbugs.gnu.org; Tue, 31 Aug 2021 13:40:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47176) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mL7kR-0004IL-9K; Tue, 31 Aug 2021 13:40:35 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4485 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 1mL7kQ-00044r-Sw; Tue, 31 Aug 2021 13:40:35 -0400 In-Reply-To: <87tuj5shs3.fsf@mail.linkov.net> (message from Juri Linkov on Tue, 31 Aug 2021 19:45:32 +0300) 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:213115 Archived-At: > From: Juri Linkov > Date: Tue, 31 Aug 2021 19:45:32 +0300 > > diff --git a/lisp/abbrev.el b/lisp/abbrev.el > index 54783db2c3..0d754cc9cf 100644 > --- a/lisp/abbrev.el > +++ b/lisp/abbrev.el > @@ -287,6 +287,7 @@ add-mode-abbrev > or zero means the region is the expansion. > A negative argument means to undefine the specified abbrev. > Reads the abbreviation in the minibuffer. > +You can also use the opposite command `inverse-add-mode-abbrev'. Thanks, but I think "you can also use" is not the best text here. It could be interpreted to mean that the other command does something similar, which is not true, and contradicts the "opposite" part. This makes the text confusing. How about saying explicitly what that command does. For example: To define expansion for the word at point, use `inverse-add-mode-abbrev'. And similarly for the other doc strings.