summaryrefslogtreecommitdiff
path: root/doc/emacs/display.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-06-11 19:55:14 +0300
committerEli Zaretskii <eliz@gnu.org>2019-06-11 19:55:14 +0300
commit7be50cda56ae0d2a31b8e2ae918409feeddaf6ca (patch)
tree3ff99b74c46efc76f726f82a636391b7ce8fd32e /doc/emacs/display.texi
parent5ca093d2814fe5574c720338fc64cba44357f9b3 (diff)
downloademacs-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/display.texi')
-rw-r--r--doc/emacs/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 70b88dc92d0..435c21fe738 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -202,7 +202,7 @@ screen lines between point and the top or bottom of the window
argument, @kbd{C-u C-l}, simply recenters the line showing point. A
positive argument @var{n} moves line showing point @var{n} lines down
from the top of the window. An argument of zero moves point's line to
-the top of the window. A negative argument @var{-n} moves point's
+the top of the window. A negative argument @minus{}@var{n} moves point's
line @var{n} lines from the bottom of the window. When given an
argument, @kbd{C-l} does not clear the screen or cycle through
different screen positions.