From 423d6d8bcd712db74fd622f537901b387d4de59e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 20 Aug 2019 06:36:26 -0700 Subject: doc: mistake in intern arg description. * txr.1: name must be a string, not a symbol. The optional argument must be a package, if supplied. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index edf1beab..a1234c92 100644 --- a/txr.1 +++ b/txr.1 @@ -51011,9 +51011,9 @@ resolve to existing packages. Symbols are reduced to strings via .desc The argument .meta name -should be a symbol. The optional argument +must be a string. The optional argument .meta package -should be a package. If +must be a package. If .meta package is not supplied, then the value taken is that of -- cgit v1.2.3