diff options
| author | Paul Eggert | 2019-12-10 20:04:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-10 20:05:49 -0800 |
| commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
| tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /doc/lispref | |
| parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
| download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip | |
; Spelling fixes
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/display.texi | 8 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 7f77d11d928..06032729a50 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5917,7 +5917,7 @@ Draw vertical lines. | |||
| 5917 | @deffn Command curveto coordinate-sets | 5917 | @deffn Command curveto coordinate-sets |
| 5918 | Using the first element in @var{coordinate-sets}, draw a cubic Bézier | 5918 | Using the first element in @var{coordinate-sets}, draw a cubic Bézier |
| 5919 | curve from the current point. If there are multiple coordinate sets, | 5919 | curve from the current point. If there are multiple coordinate sets, |
| 5920 | draw a polybézier. Each coordinate set is a list of the form | 5920 | draw a polybezier. Each coordinate set is a list of the form |
| 5921 | @code{(@var{x1} @var{y1} @var{x2} @var{y2} @var{x} @var{y})}, where | 5921 | @code{(@var{x1} @var{y1} @var{x2} @var{y2} @var{x} @var{y})}, where |
| 5922 | @w{(@var{x}, @var{y})} is the curve’s end point. @w{(@var{x1}, | 5922 | @w{(@var{x}, @var{y})} is the curve’s end point. @w{(@var{x1}, |
| 5923 | @var{y1})} and @w{(@var{x2}, @var{y2})} are control points at the | 5923 | @var{y1})} and @w{(@var{x2}, @var{y2})} are control points at the |
| @@ -5934,7 +5934,7 @@ beginning and at the end, respectively. | |||
| 5934 | @deffn Command smooth-curveto coordinate-sets | 5934 | @deffn Command smooth-curveto coordinate-sets |
| 5935 | Using the first element in @var{coordinate-sets}, draw a cubic Bézier | 5935 | Using the first element in @var{coordinate-sets}, draw a cubic Bézier |
| 5936 | curve from the current point. If there are multiple coordinate sets, | 5936 | curve from the current point. If there are multiple coordinate sets, |
| 5937 | draw a polybézier. Each coordinate set is a list of the form | 5937 | draw a polybezier. Each coordinate set is a list of the form |
| 5938 | @code{(@var{x2} @var{y2} @var{x} @var{y})}, where @w{(@var{x}, | 5938 | @code{(@var{x2} @var{y2} @var{x} @var{y})}, where @w{(@var{x}, |
| 5939 | @var{y})} is the curve’s end point and @w{(@var{x2}, @var{y2})} is the | 5939 | @var{y})} is the curve’s end point and @w{(@var{x2}, @var{y2})} is the |
| 5940 | corresponding control point. The first control point is the | 5940 | corresponding control point. The first control point is the |
| @@ -5954,7 +5954,7 @@ coincides with the current point. | |||
| 5954 | @deffn Command quadratic-bezier-curveto coordinate-sets | 5954 | @deffn Command quadratic-bezier-curveto coordinate-sets |
| 5955 | Using the first element in @var{coordinate-sets}, draw a quadratic | 5955 | Using the first element in @var{coordinate-sets}, draw a quadratic |
| 5956 | Bézier curve from the current point. If there are multiple coordinate | 5956 | Bézier curve from the current point. If there are multiple coordinate |
| 5957 | sets, draw a polybézier. Each coordinate set is a list of the form | 5957 | sets, draw a polybezier. Each coordinate set is a list of the form |
| 5958 | @code{(@var{x1} @var{y1} @var{x} @var{y})}, where @w{(@var{x}, | 5958 | @code{(@var{x1} @var{y1} @var{x} @var{y})}, where @w{(@var{x}, |
| 5959 | @var{y})} is the curve’s end point and @w{(@var{x1}, @var{y1})} is the | 5959 | @var{y})} is the curve’s end point and @w{(@var{x1}, @var{y1})} is the |
| 5960 | control point. | 5960 | control point. |
| @@ -5972,7 +5972,7 @@ control point. | |||
| 5972 | @deffn Command smooth-quadratic-bezier-curveto coordinate-sets | 5972 | @deffn Command smooth-quadratic-bezier-curveto coordinate-sets |
| 5973 | Using the first element in @var{coordinate-sets}, draw a quadratic | 5973 | Using the first element in @var{coordinate-sets}, draw a quadratic |
| 5974 | Bézier curve from the current point. If there are multiple coordinate | 5974 | Bézier curve from the current point. If there are multiple coordinate |
| 5975 | sets, draw a polybézier. Each coordinate set is a list of the form | 5975 | sets, draw a polybezier. Each coordinate set is a list of the form |
| 5976 | @code{(@var{x} @var{y})}, where @w{(@var{x}, @var{y})} is the curve’s | 5976 | @code{(@var{x} @var{y})}, where @w{(@var{x}, @var{y})} is the curve’s |
| 5977 | end point. The control point is the reflection of the control point | 5977 | end point. The control point is the reflection of the control point |
| 5978 | of the previous command relative to the current point, if that command | 5978 | of the previous command relative to the current point, if that command |
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 5bf3c5b067f..bf18f80f63f 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -1551,7 +1551,7 @@ notation, @pxref{Extending Rx}. | |||
| 1551 | @subsubsection Defining new @code{rx} forms | 1551 | @subsubsection Defining new @code{rx} forms |
| 1552 | 1552 | ||
| 1553 | The @code{rx} notation can be extended by defining new symbols and | 1553 | The @code{rx} notation can be extended by defining new symbols and |
| 1554 | parametrised forms in terms of other @code{rx} expressions. This is | 1554 | parameterized forms in terms of other @code{rx} expressions. This is |
| 1555 | handy for sharing parts between several regexps, and for making | 1555 | handy for sharing parts between several regexps, and for making |
| 1556 | complex ones easier to build and understand by putting them together | 1556 | complex ones easier to build and understand by putting them together |
| 1557 | from smaller pieces. | 1557 | from smaller pieces. |
| @@ -1608,7 +1608,7 @@ defined as a plain symbol to be replaced with @var{rx-form}. Example: | |||
| 1608 | @end example | 1608 | @end example |
| 1609 | 1609 | ||
| 1610 | If @var{arglist} is present, it must be a list of zero or more | 1610 | If @var{arglist} is present, it must be a list of zero or more |
| 1611 | argument names, and @var{name} is then defined as a parametrised form. | 1611 | argument names, and @var{name} is then defined as a parameterized form. |
| 1612 | When used in an @code{rx} expression as @code{(@var{name} @var{arg}@dots{})}, | 1612 | When used in an @code{rx} expression as @code{(@var{name} @var{arg}@dots{})}, |
| 1613 | each @var{arg} will replace the corresponding argument name inside | 1613 | each @var{arg} will replace the corresponding argument name inside |
| 1614 | @var{rx-form}. | 1614 | @var{rx-form}. |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index fdba259bf71..9ddd69ab7e7 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -2874,7 +2874,7 @@ Ordering}). | |||
| 2874 | A major client of this is @code{display-buffer-reuse-window}, but all | 2874 | A major client of this is @code{display-buffer-reuse-window}, but all |
| 2875 | other action functions that try to reuse a window are affected as | 2875 | other action functions that try to reuse a window are affected as |
| 2876 | well. @code{display-buffer-in-previous-window} consults it when | 2876 | well. @code{display-buffer-in-previous-window} consults it when |
| 2877 | searching for a window that previosuly displayed the buffer on another | 2877 | searching for a window that previously displayed the buffer on another |
| 2878 | frame. | 2878 | frame. |
| 2879 | 2879 | ||
| 2880 | @vindex inhibit-switch-frame@r{, a buffer display action alist entry} | 2880 | @vindex inhibit-switch-frame@r{, a buffer display action alist entry} |