aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2019-06-11 19:55:14 +0300
committerEli Zaretskii2019-06-11 19:55:14 +0300
commit7be50cda56ae0d2a31b8e2ae918409feeddaf6ca (patch)
tree3ff99b74c46efc76f726f82a636391b7ce8fd32e /doc/misc
parent5ca093d2814fe5574c720338fc64cba44357f9b3 (diff)
downloademacs-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.texi2
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
2129before entering the group. The user can then specify how many 2129before entering the group. The user can then specify how many
2130articles should be fetched from the server. If the user specifies a 2130articles should be fetched from the server. If the user specifies a
2131negative number (@var{-n}), the @var{n} oldest articles will be 2131negative number (@minus{}@var{n}), the @var{n} oldest articles will be
2132fetched. If it is positive, the @var{n} articles that have arrived 2132fetched. If it is positive, the @var{n} articles that have arrived
2133most recently will be fetched. 2133most recently will be fetched.
2134 2134