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/killing.texi | |
parent | 5ca093d2814fe5574c720338fc64cba44357f9b3 (diff) | |
download | emacs-7be50cda56ae0d2a31b8e2ae918409feeddaf6ca.tar.gz emacs-7be50cda56ae0d2a31b8e2ae918409feeddaf6ca.tar.bz2 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/emacs/killing.texi')
-rw-r--r-- | doc/emacs/killing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 2d56f1d26e1..9b9c890331e 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -124,7 +124,7 @@ point, regardless of the number of spaces that existed previously (even if there were none before). With a numeric argument @var{n}, it leaves @var{n} spaces before point if @var{n} is positive; if @var{n} is negative, it deletes newlines in addition to spaces and tabs, -leaving @var{-n} spaces before point. The command @code{cycle-spacing} +leaving @minus{}@var{n} spaces before point. The command @code{cycle-spacing} acts like a more flexible version of @code{just-one-space}. It does different things if you call it repeatedly in succession. The first call acts like @code{just-one-space}, the next removes |