diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/nonascii.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 9d6fc6ca72a..2fd2bbc1ce5 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -1112,7 +1112,9 @@ represented in the internal Emacs encoding (@pxref{Text | |||
| 1112 | Representations}). This is like @code{raw-text} in that no code | 1112 | Representations}). This is like @code{raw-text} in that no code |
| 1113 | conversion happens, but different in that the result is multibyte | 1113 | conversion happens, but different in that the result is multibyte |
| 1114 | data. The name @code{emacs-internal} is an alias for | 1114 | data. The name @code{emacs-internal} is an alias for |
| 1115 | @code{utf-8-emacs}. | 1115 | @code{utf-8-emacs-unix} (so it forces no conversion of end-of-line, |
| 1116 | unlike @code{utf-8-emacs}, which can decode all 3 kinds of | ||
| 1117 | end-of-line conventions). | ||
| 1116 | 1118 | ||
| 1117 | @defun coding-system-get coding-system property | 1119 | @defun coding-system-get coding-system property |
| 1118 | This function returns the specified property of the coding system | 1120 | This function returns the specified property of the coding system |