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
commit18c60ab51e4ce52ae6073beccce7f1547146c435 (patch)
tree75ee7b99889cbc48c283ebcb4e77834cf37a696e
parenta984dacb6d20d20f5930252a4254e648fc312f90 (diff)
downloadtxr-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.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.