diff options
| -rw-r--r-- | lispref/display.texi | 2 | ||||
| -rw-r--r-- | lispref/internals.texi | 2 | ||||
| -rw-r--r-- | lispref/positions.texi | 2 | ||||
| -rw-r--r-- | lispref/searching.texi | 2 | ||||
| -rw-r--r-- | man/pcl-cvs.texi | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index acbabfcb2e9..175456d5559 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -2315,7 +2315,7 @@ character, multiplied by @var{factor}. | |||
| 2315 | @item :align-to @var{hpos} | 2315 | @item :align-to @var{hpos} |
| 2316 | Specifies that the space should be wide enough to reach @var{hpos}. The | 2316 | Specifies that the space should be wide enough to reach @var{hpos}. The |
| 2317 | value @var{hpos} is measured in units of the normal character width. It | 2317 | value @var{hpos} is measured in units of the normal character width. It |
| 2318 | may be an interer or a floating point number. | 2318 | may be an integer or a floating point number. |
| 2319 | @end table | 2319 | @end table |
| 2320 | 2320 | ||
| 2321 | You should use one and only one of the above properties. You can | 2321 | You should use one and only one of the above properties. You can |
diff --git a/lispref/internals.texi b/lispref/internals.texi index 88167531c2b..a6ddd02afe5 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi | |||
| @@ -1422,7 +1422,7 @@ Size of carryover in decoding. | |||
| 1422 | Coding-system for encoding the output to this process. | 1422 | Coding-system for encoding the output to this process. |
| 1423 | 1423 | ||
| 1424 | @item encoding_buf | 1424 | @item encoding_buf |
| 1425 | A working buffer for enecoding. | 1425 | A working buffer for encoding. |
| 1426 | 1426 | ||
| 1427 | @item encoding_carryover | 1427 | @item encoding_carryover |
| 1428 | Size of carryover in encoding. | 1428 | Size of carryover in encoding. |
diff --git a/lispref/positions.texi b/lispref/positions.texi index 14fb7c18a34..a997774275d 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi | |||
| @@ -21,7 +21,7 @@ automatically when text is inserted or deleted so they stay with the | |||
| 21 | surrounding characters. @xref{Markers}. | 21 | surrounding characters. @xref{Markers}. |
| 22 | 22 | ||
| 23 | See also the ``field'' feature (@pxref{Fields}), which provides | 23 | See also the ``field'' feature (@pxref{Fields}), which provides |
| 24 | functions that are used by many cursur-motion commands. | 24 | functions that are used by many cursor-motion commands. |
| 25 | 25 | ||
| 26 | @menu | 26 | @menu |
| 27 | * Point:: The special position where editing takes place. | 27 | * Point:: The special position where editing takes place. |
diff --git a/lispref/searching.texi b/lispref/searching.texi index 97ab5ed6c3c..7f586f8777a 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi | |||
| @@ -532,7 +532,7 @@ To record a matched substring for future reference with | |||
| 532 | This last application is not a consequence of the idea of a | 532 | This last application is not a consequence of the idea of a |
| 533 | parenthetical grouping; it is a separate feature that was assigned as a | 533 | parenthetical grouping; it is a separate feature that was assigned as a |
| 534 | second meaning to the same @samp{\( @dots{} \)} construct because, in | 534 | second meaning to the same @samp{\( @dots{} \)} construct because, in |
| 535 | pratice, there was usually no conflict between the two meanings. But | 535 | practice, there was usually no conflict between the two meanings. But |
| 536 | occasionally there is a conflict, and that led to the introduction of | 536 | occasionally there is a conflict, and that led to the introduction of |
| 537 | shy groups. | 537 | shy groups. |
| 538 | 538 | ||
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 906ce0172de..c6457237842 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.16 2002/08/16 06:29:40 eggert Exp $" | 2 | @c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.17 2002/10/02 23:24:31 karl Exp $" |
| 3 | @c %**start of header | 3 | @c %**start of header |
| 4 | @setfilename ../info/pcl-cvs | 4 | @setfilename ../info/pcl-cvs |
| 5 | @settitle PCL-CVS --- Emacs Front-End to CVS | 5 | @settitle PCL-CVS --- Emacs Front-End to CVS |
| @@ -921,7 +921,7 @@ all selected files, and show the result in a temporary buffer | |||
| 921 | @findex cvs-mode-add | 921 | @findex cvs-mode-add |
| 922 | @findex cvs-mode-remove-file | 922 | @findex cvs-mode-remove-file |
| 923 | 923 | ||
| 924 | The following commands are available to make it easy to add fuiles to | 924 | The following commands are available to make it easy to add files to |
| 925 | and remove them from the CVS repository. | 925 | and remove them from the CVS repository. |
| 926 | 926 | ||
| 927 | @table @kbd | 927 | @table @kbd |