1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

* src/module-env-25.h (copy_string_contents): Fix comment.

This commit is contained in:
Philipp Stephani 2017-07-01 20:00:34 +02:00
parent c2f518cd73
commit 11cbedc687

View file

@ -92,7 +92,7 @@
SIZE must point to the total size of the buffer. If BUFFER is
NULL or if SIZE is not big enough, write the required buffer size
to SIZE and return false.
to SIZE and return true.
Note that SIZE must include the last null byte (e.g. "abc" needs
a buffer of size 4).