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 | 96c5eed89ffd2a4e14327e72dae63ed46bf96a77 (patch) | |
tree | 75ee7b99889cbc48c283ebcb4e77834cf37a696e | |
parent | 9a58019a6bdbb848691154ad129f75e3955a9527 (diff) | |
download | txr-96c5eed89ffd2a4e14327e72dae63ed46bf96a77.tar.gz txr-96c5eed89ffd2a4e14327e72dae63ed46bf96a77.tar.bz2 txr-96c5eed89ffd2a4e14327e72dae63ed46bf96a77.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. |