diff options
| author | Eli Zaretskii | 2019-06-11 19:55:14 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-06-11 19:55:14 +0300 |
| commit | 7be50cda56ae0d2a31b8e2ae918409feeddaf6ca (patch) | |
| tree | 3ff99b74c46efc76f726f82a636391b7ce8fd32e /doc/misc | |
| parent | 5ca093d2814fe5574c720338fc64cba44357f9b3 (diff) | |
| download | emacs-7be50cda56ae0d2a31b8e2ae918409feeddaf6ca.tar.gz emacs-7be50cda56ae0d2a31b8e2ae918409feeddaf6ca.zip | |
Consistently use @minus{} for negative arguments
* doc/emacs/mark.texi (Marking Objects):
* doc/misc/gnus.texi (Selecting a Group):
* doc/emacs/programs.texi (Comment Commands):
* doc/emacs/killing.texi (Deletion):
* doc/emacs/display.texi (Recentering):
* doc/lispref/display.texi (Face Attributes):
* doc/lispref/searching.texi (String Search, Regexp Search):
Make the markup of "-N" use @minus{} uniformly. (Bug#35885)
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/gnus.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 0d4cf970848..ee504f5d351 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -2128,7 +2128,7 @@ considered big. The default value is 200. If the group has more | |||
| 2128 | (unread and/or ticked) articles than this, Gnus will query the user | 2128 | (unread and/or ticked) articles than this, Gnus will query the user |
| 2129 | before entering the group. The user can then specify how many | 2129 | before entering the group. The user can then specify how many |
| 2130 | articles should be fetched from the server. If the user specifies a | 2130 | articles should be fetched from the server. If the user specifies a |
| 2131 | negative number (@var{-n}), the @var{n} oldest articles will be | 2131 | negative number (@minus{}@var{n}), the @var{n} oldest articles will be |
| 2132 | fetched. If it is positive, the @var{n} articles that have arrived | 2132 | fetched. If it is positive, the @var{n} articles that have arrived |
| 2133 | most recently will be fetched. | 2133 | most recently will be fetched. |
| 2134 | 2134 | ||