diff options
| author | Richard M. Stallman | 1997-08-29 05:22:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-29 05:22:39 +0000 |
| commit | f5af76c296050f8e0096fc2059ed37b35b156bba (patch) | |
| tree | d1ba08f966cb4def06655b7e7b9c17c195ddad34 | |
| parent | bacb2d1246040efa53a4b39b74016a106b1dc1a8 (diff) | |
| download | emacs-f5af76c296050f8e0096fc2059ed37b35b156bba.tar.gz emacs-f5af76c296050f8e0096fc2059ed37b35b156bba.zip | |
(standard-display-european): Doc fix.
| -rw-r--r-- | lisp/disp-table.el | 11 |
1 files changed, 6 insertions, 5 deletions
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 | |||
| 182 | as octal escapes, but as accented characters. | 182 | as octal escapes, but as accented characters. |
| 183 | With prefix argument, enable European character display iff arg is positive. | 183 | With prefix argument, enable European character display iff arg is positive. |
| 184 | 184 | ||
| 185 | Ordinarily, we turn off `enable-multibyte-characters' throughout | 185 | Normally, this function turns off `enable-multibyte-characters' |
| 186 | Emacs, since someone who uses this function manually | 186 | for all Emacs buffers, because users who call this function |
| 187 | probably wants to edit European characters in single-byte mode. | 187 | probably want to edit European characters in single-byte mode. |
| 188 | However, if the optional argument AUTO is non-nil, we don't | 188 | |
| 189 | alter `enable-multibyte-characters'." | 189 | However, if the optional argument AUTO is non-nil, this function |
| 190 | does not alter `enable-multibyte-characters'." | ||
| 190 | (interactive "P") | 191 | (interactive "P") |
| 191 | (if (or (<= (prefix-numeric-value arg) 0) | 192 | (if (or (<= (prefix-numeric-value arg) 0) |
| 192 | (and (null arg) | 193 | (and (null arg) |