diff options
| -rw-r--r-- | doc/emacs/display.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/killing.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/mark.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/programs.texi | 11 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 2 |
7 files changed, 14 insertions, 13 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 | |||
| 202 | argument, @kbd{C-u C-l}, simply recenters the line showing point. A | 202 | argument, @kbd{C-u C-l}, simply recenters the line showing point. A |
| 203 | positive argument @var{n} moves line showing point @var{n} lines down | 203 | positive argument @var{n} moves line showing point @var{n} lines down |
| 204 | from the top of the window. An argument of zero moves point's line to | 204 | from the top of the window. An argument of zero moves point's line to |
| 205 | the top of the window. A negative argument @var{-n} moves point's | 205 | the top of the window. A negative argument @minus{}@var{n} moves point's |
| 206 | line @var{n} lines from the bottom of the window. When given an | 206 | line @var{n} lines from the bottom of the window. When given an |
| 207 | argument, @kbd{C-l} does not clear the screen or cycle through | 207 | argument, @kbd{C-l} does not clear the screen or cycle through |
| 208 | different screen positions. | 208 | different screen positions. |
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 | |||
| 124 | (even if there were none before). With a numeric argument @var{n}, it | 124 | (even if there were none before). With a numeric argument @var{n}, it |
| 125 | leaves @var{n} spaces before point if @var{n} is positive; if @var{n} | 125 | leaves @var{n} spaces before point if @var{n} is positive; if @var{n} |
| 126 | is negative, it deletes newlines in addition to spaces and tabs, | 126 | is negative, it deletes newlines in addition to spaces and tabs, |
| 127 | leaving @var{-n} spaces before point. The command @code{cycle-spacing} | 127 | leaving @minus{}@var{n} spaces before point. The command @code{cycle-spacing} |
| 128 | acts like a more flexible version of @code{just-one-space}. It | 128 | acts like a more flexible version of @code{just-one-space}. It |
| 129 | does different things if you call it repeatedly in succession. | 129 | does different things if you call it repeatedly in succession. |
| 130 | The first call acts like @code{just-one-space}, the next removes | 130 | The first call acts like @code{just-one-space}, the next removes |
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 | |||
| 193 | current position one word at a time. | 193 | current position one word at a time. |
| 194 | 194 | ||
| 195 | This command also accepts a numeric argument @var{n}, which tells it | 195 | This command also accepts a numeric argument @var{n}, which tells it |
| 196 | to advance the mark by @var{n} words. A negative argument moves the | 196 | to advance the mark by @var{n} words. A negative argument |
| 197 | mark back by @var{n} words. | 197 | @minus{}@var{n} moves the mark back by @var{n} words. |
| 198 | 198 | ||
| 199 | @kindex C-M-@@ | 199 | @kindex C-M-@@ |
| 200 | @findex mark-sexp | 200 | @findex mark-sexp |
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index df14fd8a05a..1d6f3e0459a 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -1003,7 +1003,7 @@ delimiters to enclose the text in the region. | |||
| 1003 | If you supply a prefix argument to @kbd{M-;} when a region is | 1003 | If you supply a prefix argument to @kbd{M-;} when a region is |
| 1004 | active, that specifies the number of comment delimiters to add or | 1004 | active, that specifies the number of comment delimiters to add or |
| 1005 | delete. A positive argument @var{n} adds @var{n} delimiters, while a | 1005 | delete. A positive argument @var{n} adds @var{n} delimiters, while a |
| 1006 | negative argument @var{-n} removes @var{n} delimiters. | 1006 | negative argument @minus{}@var{n} removes @var{n} delimiters. |
| 1007 | 1007 | ||
| 1008 | If the region is not active, and there is no existing comment on the | 1008 | If the region is not active, and there is no existing comment on the |
| 1009 | current line, @kbd{M-;} adds a new comment to the current line. If | 1009 | current line, @kbd{M-;} adds a new comment to the current line. If |
| @@ -1034,10 +1034,11 @@ lines. When a region is active (@pxref{Mark}), @kbd{C-x C-;} either | |||
| 1034 | comments or uncomments the lines in the region. If the region is not | 1034 | comments or uncomments the lines in the region. If the region is not |
| 1035 | active, this command comments or uncomments the line point is on. | 1035 | active, this command comments or uncomments the line point is on. |
| 1036 | With a positive prefix argument @var{n}, it operates on @var{n} lines | 1036 | With a positive prefix argument @var{n}, it operates on @var{n} lines |
| 1037 | starting with the current one; with a negative @var{n}, it affects | 1037 | starting with the current one; with a negative argument |
| 1038 | @var{n} preceding lines. After invoking this command with a negative | 1038 | @minus{}@var{n}, it affects @var{n} preceding lines. After invoking |
| 1039 | argument, successive invocations with a positive argument will operate | 1039 | this command with a negative argument, successive invocations with a |
| 1040 | on preceding lines as if the argument were negated. | 1040 | positive argument will operate on preceding lines as if the argument |
| 1041 | were negated. | ||
| 1041 | 1042 | ||
| 1042 | @findex comment-kill | 1043 | @findex comment-kill |
| 1043 | @kindex C-u M-; | 1044 | @kindex C-u M-; |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 2ff73b08bdb..b6fda1cd807 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -2369,7 +2369,7 @@ Draw a box with lines of width 1, in color @var{color}. | |||
| 2369 | @item @code{(:line-width @var{width} :color @var{color} :style @var{style})} | 2369 | @item @code{(:line-width @var{width} :color @var{color} :style @var{style})} |
| 2370 | This way you can explicitly specify all aspects of the box. The value | 2370 | This way you can explicitly specify all aspects of the box. The value |
| 2371 | @var{width} specifies the width of the lines to draw; it defaults to | 2371 | @var{width} specifies the width of the lines to draw; it defaults to |
| 2372 | 1. A negative width @var{-n} means to draw a line of width @var{n} | 2372 | 1. A negative width @minus{}@var{n} means to draw a line of width @var{n} |
| 2373 | whose top and bottom parts occupy the space of the underlying text, | 2373 | whose top and bottom parts occupy the space of the underlying text, |
| 2374 | thus avoiding any increase in the character height. | 2374 | thus avoiding any increase in the character height. |
| 2375 | 2375 | ||
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 | |||
| 101 | function call succeeds, moving point and returning its new value. | 101 | function call succeeds, moving point and returning its new value. |
| 102 | Otherwise the function call fails, with results depending on the value | 102 | Otherwise the function call fails, with results depending on the value |
| 103 | of @var{noerror}, as described above. If @var{count} is a negative | 103 | of @var{noerror}, as described above. If @var{count} is a negative |
| 104 | number -@var{n}, the search is done @var{n} times in the opposite | 104 | number @minus{}@var{n}, the search is done @var{n} times in the opposite |
| 105 | (backward) direction. | 105 | (backward) direction. |
| 106 | @end deffn | 106 | @end deffn |
| 107 | 107 | ||
| @@ -1091,7 +1091,7 @@ previous match. If all these successive searches succeed, the | |||
| 1091 | function call succeeds, moving point and returning its new value. | 1091 | function call succeeds, moving point and returning its new value. |
| 1092 | Otherwise the function call fails, with results depending on the value | 1092 | Otherwise the function call fails, with results depending on the value |
| 1093 | of @var{noerror}, as described above. If @var{count} is a negative | 1093 | of @var{noerror}, as described above. If @var{count} is a negative |
| 1094 | number -@var{n}, the search is done @var{n} times in the opposite | 1094 | number @minus{}@var{n}, the search is done @var{n} times in the opposite |
| 1095 | (backward) direction. | 1095 | (backward) direction. |
| 1096 | 1096 | ||
| 1097 | In the following example, point is initially before the @samp{T}. | 1097 | In the following example, point is initially before the @samp{T}. |
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 |
| 2129 | before entering the group. The user can then specify how many | 2129 | before entering the group. The user can then specify how many |
| 2130 | articles should be fetched from the server. If the user specifies a | 2130 | articles should be fetched from the server. If the user specifies a |
| 2131 | negative number (@var{-n}), the @var{n} oldest articles will be | 2131 | negative number (@minus{}@var{n}), the @var{n} oldest articles will be |
| 2132 | fetched. If it is positive, the @var{n} articles that have arrived | 2132 | fetched. If it is positive, the @var{n} articles that have arrived |
| 2133 | most recently will be fetched. | 2133 | most recently will be fetched. |
| 2134 | 2134 | ||