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/lispref/searching.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/lispref/searching.texi')
-rw-r--r-- | doc/lispref/searching.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 0cf527b6ac7..2e951d0d5d7 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -101,7 +101,7 @@ previous match. If all these successive searches succeed, the function call succeeds, moving point and returning its new value. Otherwise the function call fails, with results depending on the value of @var{noerror}, as described above. If @var{count} is a negative -number -@var{n}, the search is done @var{n} times in the opposite +number @minus{}@var{n}, the search is done @var{n} times in the opposite (backward) direction. @end deffn @@ -1091,7 +1091,7 @@ previous match. If all these successive searches succeed, the function call succeeds, moving point and returning its new value. Otherwise the function call fails, with results depending on the value of @var{noerror}, as described above. If @var{count} is a negative -number -@var{n}, the search is done @var{n} times in the opposite +number @minus{}@var{n}, the search is done @var{n} times in the opposite (backward) direction. In the following example, point is initially before the @samp{T}. |