diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-06-11 19:55:14 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-11 19:55:14 +0300 |
commit | 7be50cda56ae0d2a31b8e2ae918409feeddaf6ca (patch) | |
tree | 3ff99b74c46efc76f726f82a636391b7ce8fd32e /doc/emacs/mark.texi | |
parent | 5ca093d2814fe5574c720338fc64cba44357f9b3 (diff) | |
download | emacs-7be50cda56ae0d2a31b8e2ae918409feeddaf6ca.tar.gz |
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/emacs/mark.texi')
-rw-r--r-- | doc/emacs/mark.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi index 8ad5fc7c9e4..bbeb4cb039e 100644 --- a/doc/emacs/mark.texi +++ b/doc/emacs/mark.texi @@ -193,8 +193,8 @@ located before point, @kbd{M-@@} moves the mark backwards from its current position one word at a time. This command also accepts a numeric argument @var{n}, which tells it -to advance the mark by @var{n} words. A negative argument moves the -mark back by @var{n} words. +to advance the mark by @var{n} words. A negative argument +@minus{}@var{n} moves the mark back by @var{n} words. @kindex C-M-@@ @findex mark-sexp |