]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/module-env-25.h (copy_string_contents): Fix comment.
authorPhilipp Stephani <phst@google.com>
Sat, 1 Jul 2017 18:00:34 +0000 (20:00 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 1 Jul 2017 18:02:24 +0000 (20:02 +0200)
src/module-env-25.h

index 17e67004b24c91f9a163e8d1d4641b57501bb597..675010b995bbe640b1b257fba90e69b6afd15b76 100644 (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).