diff options
author | Noam Postavsky <npostavs@gmail.com> | 2019-05-26 08:46:15 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2019-05-26 08:46:30 -0400 |
commit | 2168165ec05aa663d41998adb518e778899a8edd (patch) | |
tree | c4c016d0b3406a5b1bef01998ed5e43f0417696d /doc/lispref | |
parent | 8f18d121210aa27dc05555140ab21a8489f0de50 (diff) | |
download | emacs-2168165ec05aa663d41998adb518e778899a8edd.tar.gz emacs-2168165ec05aa663d41998adb518e778899a8edd.tar.bz2 emacs-2168165ec05aa663d41998adb518e778899a8edd.zip |
; * doc/lispref/nonascii.texi (Explicit Encoding): Fix typo.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/nonascii.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 4e6bf12db92..d2eb2cb0728 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -1913,7 +1913,7 @@ inserting it. If decoded text is inserted in some buffer, this command returns the length of the decoded text. If that buffer is a unibyte buffer -(@pxref{Selecting a Representations}), the internal representation of +(@pxref{Selecting a Representation}), the internal representation of the decoded text (@pxref{Text Representations}) is inserted into the buffer as individual bytes. |