diff options
| author | Richard M. Stallman | 1997-09-09 19:07:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-09 19:07:56 +0000 |
| commit | b2b5274783f6b8d6269b502f3df4002ae694dd9a (patch) | |
| tree | 5bab1b3c96ed5d780e1d326d4cfcb272186359a4 | |
| parent | b55ba0277ecdab6eeacf0527caaa3015f9398362 (diff) | |
| download | emacs-b2b5274783f6b8d6269b502f3df4002ae694dd9a.tar.gz emacs-b2b5274783f6b8d6269b502f3df4002ae694dd9a.zip | |
(standard-display-european): Doc fix.
| -rw-r--r-- | lisp/disp-table.el | 5 |
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." | |||
| 179 | (defun standard-display-european (arg &optional auto) | 179 | (defun standard-display-european (arg &optional auto) |
| 180 | "Toggle display of European characters encoded with ISO 8859. | 180 | "Toggle display of European characters encoded with ISO 8859. |
| 181 | When enabled, characters in the range of 160 to 255 display not | 181 | When enabled, characters in the range of 160 to 255 display not |
| 182 | as octal escapes, but as accented characters. | 182 | as octal escapes, but as accented characters. Codes 146 and 160 |
| 183 | display as apostrophe and space, even though they are not the ASCII | ||
| 184 | codes for apostrophe and space. | ||
| 185 | |||
| 183 | With prefix argument, enable European character display iff arg is positive. | 186 | With prefix argument, enable European character display iff arg is positive. |
| 184 | 187 | ||
| 185 | Normally, this function turns off `enable-multibyte-characters' | 188 | Normally, this function turns off `enable-multibyte-characters' |