]> git.eshelyaron.com Git - emacs.git/commit
Clarify (elisp) insert-file-contents with BEG or END not on character boundary
authorAlan Mackenzie <acm@muc.de>
Sun, 3 Oct 2021 18:13:23 +0000 (18:13 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 3 Oct 2021 18:13:23 +0000 (18:13 +0000)
commit3cc77aa976f356f2496bd8471cf68b44d26c22a7
tree86c4daea634c723d1a5f57b78366dbb25ac064b8
parent5deeb0947d3663b78c2fb975d1252b85e12fce86
Clarify (elisp) insert-file-contents with BEG or END not on character boundary

* doc/lispref/files.texi (Reading from files): When the argument BEG or END to
insert-file-contents are at a byte position not at a character boundary,
clarify that raw bytes get inserted, and how to handle this awkwardness in
Lisp.  Also clarify that insert-file-contents-literally is intended to insert
raw bytes into the buffer.  Fix the outdated example that states it inserts
500 characters, when it actually inserts 500 bytes.
doc/lispref/files.texi