From: Richard M. Stallman Date: Fri, 29 Aug 1997 05:22:39 +0000 (+0000) Subject: (standard-display-european): Doc fix. X-Git-Tag: emacs-20.1~330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5af76c296050f8e0096fc2059ed37b35b156bba;p=emacs.git (standard-display-european): Doc fix. --- diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 705d0a027cd..30abfc51d81 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -182,11 +182,12 @@ When enabled, characters in the range of 160 to 255 display not as octal escapes, but as accented characters. With prefix argument, enable European character display iff arg is positive. -Ordinarily, we turn off `enable-multibyte-characters' throughout -Emacs, since someone who uses this function manually -probably wants to edit European characters in single-byte mode. -However, if the optional argument AUTO is non-nil, we don't -alter `enable-multibyte-characters'." +Normally, this function turns off `enable-multibyte-characters' +for all Emacs buffers, because users who call this function +probably want to edit European characters in single-byte mode. + +However, if the optional argument AUTO is non-nil, this function +does not alter `enable-multibyte-characters'." (interactive "P") (if (or (<= (prefix-numeric-value arg) 0) (and (null arg)