summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-07-18 22:36:04 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-07-18 22:36:04 -0700
commit96c5eed89ffd2a4e14327e72dae63ed46bf96a77 (patch)
tree75ee7b99889cbc48c283ebcb4e77834cf37a696e
parent9a58019a6bdbb848691154ad129f75e3955a9527 (diff)
downloadtxr-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.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index a37c5397..0e26e545 100644
--- a/txr.1
+++ b/txr.1
@@ -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.