diff options
| -rw-r--r-- | lispref/nonascii.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 59852cd35a7..47d14018a3a 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -744,7 +744,8 @@ This function selects a coding system for encoding specified text, | |||
| 744 | asking the user to choose if necessary. Normally the specified text | 744 | asking the user to choose if necessary. Normally the specified text |
| 745 | is the text in the current buffer between @var{from} and @var{to}, | 745 | is the text in the current buffer between @var{from} and @var{to}, |
| 746 | defaulting to the whole buffer if they are @code{nil}. If @var{from} | 746 | defaulting to the whole buffer if they are @code{nil}. If @var{from} |
| 747 | is a string, the string is the specified text, and @var{to} is ignored. | 747 | is a string, the string specifies the text to encode, and @var{to} is |
| 748 | ignored. | ||
| 748 | 749 | ||
| 749 | If @var{default-coding-system} is non-@code{nil}, that is the first | 750 | If @var{default-coding-system} is non-@code{nil}, that is the first |
| 750 | coding system to try; if that can handle the text, | 751 | coding system to try; if that can handle the text, |