From 18c60ab51e4ce52ae6073beccce7f1547146c435 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 18 Jul 2017 22:36:04 -0700 Subject: doc: no such function as make-buffer * txr.1: In description of buffer literal syntax, reference to make-buffer should be make-buf. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3