summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-09 19:07:56 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-09 19:07:56 +0000
commitb0409bd4345725f400ed1cd5b9e76611d9ccd577 (patch)
tree7882d9956a2528e308594f71d0bd20d16567c0e4
parent007522de8656e9e1e1854a20229cfffc1acfd2ce (diff)
downloademacs-b0409bd4345725f400ed1cd5b9e76611d9ccd577.tar.gz
(standard-display-european): Doc fix.
-rw-r--r--lisp/disp-table.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el
index df171e17190..cb9325fd771 100644
--- a/lisp/disp-table.el
+++ b/lisp/disp-table.el
@@ -179,7 +179,10 @@ X frame."
(defun standard-display-european (arg &optional auto)
"Toggle display of European characters encoded with ISO 8859.
When enabled, characters in the range of 160 to 255 display not
-as octal escapes, but as accented characters.
+as octal escapes, but as accented characters. Codes 146 and 160
+display as apostrophe and space, even though they are not the ASCII
+codes for apostrophe and space.
+
With prefix argument, enable European character display iff arg is positive.
Normally, this function turns off `enable-multibyte-characters'