From f08bce6b4c1b15e894d6458ca3c9fc41fdaf07ee Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 9 Jun 2020 05:40:49 -0700 Subject: doc: Buffers: subsectioning problem. * txr.1: Fix "Buffers" and "The buf type" being at equal section levels. Adjust the cptr type section to harmonize. --- txr.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index b11ba601..49a1d95a 100644 --- a/txr.1 +++ b/txr.1 @@ -24473,7 +24473,7 @@ order. .SS* Buffers -.coSS The @ buf type +.coNP The @ buf type Object of the type .code buf @@ -52619,11 +52619,14 @@ if no forms are specified. -> #b'48656c6c6f2c2077 6f726c6421' .brev -.coSS The @ cptr type +.SS* Foreign Pointers + +.coNP The @ cptr type Objects of type .code cptr -are Lisp values which contain a C pointer. This data type is used by the +are Lisp values which contain a foreign pointer ("C pointer"). This data type +is used by the .code dlopen function and is generally useful in conjunction with the Foreign Function Interface (FFI). An arbitrary pointer emanating from a foreign function -- cgit v1.2.3