Minor cleanup.
This commit is contained in:
parent
6baef0fd06
commit
0d8305851d
1 changed files with 2 additions and 1 deletions
|
@ -744,7 +744,8 @@ This function selects a coding system for encoding specified text,
|
|||
asking the user to choose if necessary. Normally the specified text
|
||||
is the text in the current buffer between @var{from} and @var{to},
|
||||
defaulting to the whole buffer if they are @code{nil}. If @var{from}
|
||||
is a string, the string is the specified text, and @var{to} is ignored.
|
||||
is a string, the string specifies the text to encode, and @var{to} is
|
||||
ignored.
|
||||
|
||||
If @var{default-coding-system} is non-@code{nil}, that is the first
|
||||
coding system to try; if that can handle the text,
|
||||
|
|
Loading…
Add table
Reference in a new issue