diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/display.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 4 |
2 files changed, 3 insertions, 3 deletions
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}. |