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
commit36fe92349fa79e9a57e260aa4e28437547338442 (patch)
treea6fd6310dc14bd2ac16f097954bf9e595681a10c
parent15bdaa597fc183b2839ec77d8a9d24bc546c5561 (diff)
downloadtxr-36fe92349fa79e9a57e260aa4e28437547338442.tar.gz
txr-36fe92349fa79e9a57e260aa4e28437547338442.tar.bz2
txr-36fe92349fa79e9a57e260aa4e28437547338442.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))