diff options
| author | Bastien | 2017-07-03 09:06:29 +0200 |
|---|---|---|
| committer | Bastien | 2017-07-03 09:06:29 +0200 |
| commit | 5ca1888fe670aee7febd4d42665d7372ab2ffebc (patch) | |
| tree | 1f7f8d8a7580e556fc83cf3a6aaeec567b33a090 /src/module-env-25.h | |
| parent | 20e006ffee41062f1b551a92c24d9edc53cd0f56 (diff) | |
| parent | 1b4f0a92ff3505ef9a465b9b391756e3a73a6443 (diff) | |
| download | emacs-5ca1888fe670aee7febd4d42665d7372ab2ffebc.tar.gz emacs-5ca1888fe670aee7febd4d42665d7372ab2ffebc.zip | |
Merge branch 'master' into scratch/org-mode-merge
Diffstat (limited to 'src/module-env-25.h')
| -rw-r--r-- | src/module-env-25.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module-env-25.h b/src/module-env-25.h index 17e67004b24..675010b995b 100644 --- a/src/module-env-25.h +++ b/src/module-env-25.h | |||
| @@ -92,7 +92,7 @@ | |||
| 92 | 92 | ||
| 93 | SIZE must point to the total size of the buffer. If BUFFER is | 93 | SIZE must point to the total size of the buffer. If BUFFER is |
| 94 | NULL or if SIZE is not big enough, write the required buffer size | 94 | NULL or if SIZE is not big enough, write the required buffer size |
| 95 | to SIZE and return false. | 95 | to SIZE and return true. |
| 96 | 96 | ||
| 97 | Note that SIZE must include the last null byte (e.g. "abc" needs | 97 | Note that SIZE must include the last null byte (e.g. "abc" needs |
| 98 | a buffer of size 4). | 98 | a buffer of size 4). |