diff options
| author | Paul Eggert | 2018-01-09 15:29:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-01-09 15:29:25 -0800 |
| commit | 646c8e56f8a11832f25523907b85d6522a99f361 (patch) | |
| tree | 80ffd41982cfa018b827304ec5137ae6025f6080 /doc | |
| parent | 85f5ee14b55489845eaafbdf70d7f4e25ec44ed7 (diff) | |
| parent | d382d2bfc5072d4220b3e51785d22f70b147d63f (diff) | |
| download | emacs-646c8e56f8a11832f25523907b85d6522a99f361.tar.gz emacs-646c8e56f8a11832f25523907b85d6522a99f361.zip | |
Merge from origin/emacs-26
d382d2bfc5 * etc/DEBUG (Getting control to the debugger): Fix grammar.
687af4c8e8 * lisp/vc/vc.el (vc-region-history): log-view-vc-fileset h...
43e2aafae3 Don't bind dframe events on load (Bug#29599)
ab31bf3c5f * lisp/textmodes/picture.el (picture-mode-exit): Doc fix. ...
ed44d92fa6 * lisp/textmodes/picture.el (picture-open-line): Doc fix. ...
b87a772612 Fix description of 'emacs-internal'
a5256da588 Update PROBLEMS with selection-related issues
c59ecb005e New customization variable for python-mode indentation (Bu...
4e20c8f220 Fix menu keyboard shortcuts on macOS (Bug#29595)
# Conflicts:
# etc/NEWS
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 |