diff options
| author | Eli Zaretskii | 2018-01-01 18:36:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-01-01 18:36:28 +0200 |
| commit | b87a77261246048c16e0b051335ea36de3ba5855 (patch) | |
| tree | f005648a21c1d1f1a3d740f495532897ba75976b /doc | |
| parent | a5256da588627155e873f56119686d80007d84f9 (diff) | |
| download | emacs-b87a77261246048c16e0b051335ea36de3ba5855.tar.gz emacs-b87a77261246048c16e0b051335ea36de3ba5855.zip | |
Fix description of 'emacs-internal'
* doc/lispref/nonascii.texi (Coding System Basics): Correct
inaccuracy in description of 'emacs-internal'. (Bug#29916)
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 |