aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2018-01-09 15:29:25 -0800
committerPaul Eggert2018-01-09 15:29:25 -0800
commit646c8e56f8a11832f25523907b85d6522a99f361 (patch)
tree80ffd41982cfa018b827304ec5137ae6025f6080 /doc
parent85f5ee14b55489845eaafbdf70d7f4e25ec44ed7 (diff)
parentd382d2bfc5072d4220b3e51785d22f70b147d63f (diff)
downloademacs-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.texi4
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
1112Representations}). This is like @code{raw-text} in that no code 1112Representations}). This is like @code{raw-text} in that no code
1113conversion happens, but different in that the result is multibyte 1113conversion happens, but different in that the result is multibyte
1114data. The name @code{emacs-internal} is an alias for 1114data. 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,
1116unlike @code{utf-8-emacs}, which can decode all 3 kinds of
1117end-of-line conventions).
1116 1118
1117@defun coding-system-get coding-system property 1119@defun coding-system-get coding-system property
1118This function returns the specified property of the coding system 1120This function returns the specified property of the coding system