GNU bug report logs -
#50303
Add interlinks to docstrings of inverse abbrev
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Tue, 31 Aug 2021 17:00:02 UTC
Severity: normal
Tags: fixed, patch
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 50303 <at> debbugs.gnu.org (full text, mbox):
> From: Juri Linkov <juri <at> linkov.net>
> 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.
This bug report was last modified 3 years and 346 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.