From: Richard M. Stallman Date: Fri, 9 Nov 2001 16:21:34 +0000 (+0000) Subject: Minor cleanup. X-Git-Tag: ttn-vms-21-2-B4~18723 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d8305851de60ddd0a6c65ebb37faafe2be017c8;p=emacs.git Minor cleanup. --- 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, 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,