summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-11-22 06:32:12 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-11-22 06:32:12 -0800
commitdb3013c7278d05d4f867745d0bda4effb391c3f4 (patch)
treea6fd6310dc14bd2ac16f097954bf9e595681a10c
parente4d7ab88a79352216e89ed84d352d5d9e967622e (diff)
downloadtxr-db3013c7278d05d4f867745d0bda4effb391c3f4.tar.gz
txr-db3013c7278d05d4f867745d0bda4effb391c3f4.tar.bz2
txr-db3013c7278d05d4f867745d0bda4effb391c3f4.zip
doc: fixes under Symbols and Packages.
* txr.1: Fix .code *package* embedded in paragraph. Remove stray words in code comment in package example.
-rw-r--r--txr.16
1 files changed, 4 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index fff5e754..74ab4e7d 100644
--- a/txr.1
+++ b/txr.1
@@ -39417,7 +39417,9 @@ listener.
The first parser situation involving a package fallback list occurs when the
\*(TL parser resolves an unqualified symbol token: a symbol token not carrying
a package prefix. Such a symbol name is resolved against the current package
-(the package currently stored in the .code *package* special variable). If the
+(the package currently stored in the
+.code *package*
+special variable). If the
symbol is not found in the current package, then the packages in the fallback
package list are searched for the symbol. The first matching symbol which is
found in the fallback list is returned. If no matching symbol is found in the
@@ -39530,7 +39532,7 @@ in a private package.
;; We rely on interning being allowed for the qualified
;; mod-priv:priv-fun syntax, which is permitted because
;; mod-priv has no fallback list. This is useful precisely
- ;; It is useful precisely for this type of package.
+ ;; for this type of package.
(defun mod-priv:priv-fun (arg)
(list arg))