Mercurial > emacs
changeset 19618:6ce60af61e81
(standard-display-european): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 29 Aug 1997 05:22:39 +0000 |
parents | 6337e9a0ed92 |
children | b033d0b34c71 |
files | lisp/disp-table.el |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/disp-table.el Fri Aug 29 02:12:38 1997 +0000 +++ b/lisp/disp-table.el Fri Aug 29 05:22:39 1997 +0000 @@ -182,11 +182,12 @@ 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)