aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/display.texi2
-rw-r--r--doc/lispref/searching.texi4
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})}
2370This way you can explicitly specify all aspects of the box. The value 2370This 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
23721. A negative width @var{-n} means to draw a line of width @var{n} 23721. A negative width @minus{}@var{n} means to draw a line of width @var{n}
2373whose top and bottom parts occupy the space of the underlying text, 2373whose top and bottom parts occupy the space of the underlying text,
2374thus avoiding any increase in the character height. 2374thus 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
101function call succeeds, moving point and returning its new value. 101function call succeeds, moving point and returning its new value.
102Otherwise the function call fails, with results depending on the value 102Otherwise the function call fails, with results depending on the value
103of @var{noerror}, as described above. If @var{count} is a negative 103of @var{noerror}, as described above. If @var{count} is a negative
104number -@var{n}, the search is done @var{n} times in the opposite 104number @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
1091function call succeeds, moving point and returning its new value. 1091function call succeeds, moving point and returning its new value.
1092Otherwise the function call fails, with results depending on the value 1092Otherwise the function call fails, with results depending on the value
1093of @var{noerror}, as described above. If @var{count} is a negative 1093of @var{noerror}, as described above. If @var{count} is a negative
1094number -@var{n}, the search is done @var{n} times in the opposite 1094number @minus{}@var{n}, the search is done @var{n} times in the opposite
1095(backward) direction. 1095(backward) direction.
1096 1096
1097In the following example, point is initially before the @samp{T}. 1097In the following example, point is initially before the @samp{T}.