diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 06:32:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 06:32:12 -0800 |
commit | db3013c7278d05d4f867745d0bda4effb391c3f4 (patch) | |
tree | a6fd6310dc14bd2ac16f097954bf9e595681a10c /txr.1 | |
parent | e4d7ab88a79352216e89ed84d352d5d9e967622e (diff) | |
download | txr-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.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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)) |