diff options
author | Glenn Morris <rgm@gnu.org> | 2019-01-18 07:50:47 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-01-18 07:50:47 -0800 |
commit | 957090b79531fbd7729e5d28c3496b9114c1f543 (patch) | |
tree | a389b4547ac7861bb7f5bc9579ac13f217fdbfb9 /doc/lispref/nonascii.texi | |
parent | 5e3b0f5239027a413775d375f04376a3c97d0bf9 (diff) | |
parent | b6d78a0d8019a92f94ce3fc41ddb0886f8b70d85 (diff) | |
download | emacs-957090b79531fbd7729e5d28c3496b9114c1f543.tar.gz emacs-957090b79531fbd7729e5d28c3496b9114c1f543.tar.bz2 emacs-957090b79531fbd7729e5d28c3496b9114c1f543.zip |
Merge from origin/emacs-26
b6d78a0 (origin/emacs-26) Fix a typo in ELisp manual
c9f6f86 Prevent redrawing if frame is garbaged
00ba226 Attempt to fix hangs on MS-Windows due to C-g
b26d637 Fix Calc graph output on MS-Windows
03818b0 Fix a minor mistake in ELisp manual
6ac5985 ; Fix some trivial doc typos
21b9026 * etc/tutorials/TUTORIAL: Fix typo (bug#34049)
d223727 Fix UI of Buffer-menu
0f71655 Reinitialize ispell-really-enchant when changing the speller
9845044 Speed up loading css-mode
Diffstat (limited to 'doc/lispref/nonascii.texi')
-rw-r--r-- | doc/lispref/nonascii.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index c734a994a07..56d96cff328 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -287,12 +287,11 @@ unibyte string, it is returned unchanged. Use this function for characters. @end defun -@c FIXME: Should '@var{character}' be '@var{byte}'? @defun byte-to-string byte @cindex byte to string This function returns a unibyte string containing a single byte of -character data, @var{character}. It signals an error if -@var{character} is not an integer between 0 and 255. +character data, @var{byte}. It signals an error if @var{byte} is not +an integer between 0 and 255. @end defun @defun multibyte-char-to-unibyte char |