diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-18 22:36:04 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-18 22:36:04 -0700 |
commit | 18c60ab51e4ce52ae6073beccce7f1547146c435 (patch) | |
tree | 75ee7b99889cbc48c283ebcb4e77834cf37a696e | |
parent | a984dacb6d20d20f5930252a4254e648fc312f90 (diff) | |
download | txr-18c60ab51e4ce52ae6073beccce7f1547146c435.tar.gz txr-18c60ab51e4ce52ae6073beccce7f1547146c435.tar.bz2 txr-18c60ab51e4ce52ae6073beccce7f1547146c435.zip |
doc: no such function as make-buffer
* txr.1: In description of buffer literal syntax, reference to
make-buffer should be make-buf.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11400,7 +11400,7 @@ If there are no hex digits, then a zero length buffer is specified. Buffers may be constructed by the -.code make-buffer +.code make-buf function, and other means such as the .code ffi-get function. |