mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 19:31:29 -07:00
Fix typo.
This commit is contained in:
parent
5fe3b9bcb4
commit
a39c2e0df8
5 changed files with 6 additions and 6 deletions
|
|
@ -2315,7 +2315,7 @@ character, multiplied by @var{factor}.
|
|||
@item :align-to @var{hpos}
|
||||
Specifies that the space should be wide enough to reach @var{hpos}. The
|
||||
value @var{hpos} is measured in units of the normal character width. It
|
||||
may be an interer or a floating point number.
|
||||
may be an integer or a floating point number.
|
||||
@end table
|
||||
|
||||
You should use one and only one of the above properties. You can
|
||||
|
|
|
|||
|
|
@ -1422,7 +1422,7 @@ Size of carryover in decoding.
|
|||
Coding-system for encoding the output to this process.
|
||||
|
||||
@item encoding_buf
|
||||
A working buffer for enecoding.
|
||||
A working buffer for encoding.
|
||||
|
||||
@item encoding_carryover
|
||||
Size of carryover in encoding.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ automatically when text is inserted or deleted so they stay with the
|
|||
surrounding characters. @xref{Markers}.
|
||||
|
||||
See also the ``field'' feature (@pxref{Fields}), which provides
|
||||
functions that are used by many cursur-motion commands.
|
||||
functions that are used by many cursor-motion commands.
|
||||
|
||||
@menu
|
||||
* Point:: The special position where editing takes place.
|
||||
|
|
|
|||
|
|
@ -532,7 +532,7 @@ To record a matched substring for future reference with
|
|||
This last application is not a consequence of the idea of a
|
||||
parenthetical grouping; it is a separate feature that was assigned as a
|
||||
second meaning to the same @samp{\( @dots{} \)} construct because, in
|
||||
pratice, there was usually no conflict between the two meanings. But
|
||||
practice, there was usually no conflict between the two meanings. But
|
||||
occasionally there is a conflict, and that led to the introduction of
|
||||
shy groups.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.16 2002/08/16 06:29:40 eggert Exp $"
|
||||
@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.17 2002/10/02 23:24:31 karl Exp $"
|
||||
@c %**start of header
|
||||
@setfilename ../info/pcl-cvs
|
||||
@settitle PCL-CVS --- Emacs Front-End to CVS
|
||||
|
|
@ -921,7 +921,7 @@ all selected files, and show the result in a temporary buffer
|
|||
@findex cvs-mode-add
|
||||
@findex cvs-mode-remove-file
|
||||
|
||||
The following commands are available to make it easy to add fuiles to
|
||||
The following commands are available to make it easy to add files to
|
||||
and remove them from the CVS repository.
|
||||
|
||||
@table @kbd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue