diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-03-12 07:05:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-03-12 07:05:22 -0700 |
commit | 3721f3acb4f2b1ac09e924590d27bb81db9b90ef (patch) | |
tree | 7c6ade87bb29a000b85c49a7092f22da48c5d674 | |
parent | 4207023bf29255b8d2bc02b775caec556462c754 (diff) | |
download | txr-3721f3acb4f2b1ac09e924590d27bb81db9b90ef.tar.gz txr-3721f3acb4f2b1ac09e924590d27bb81db9b90ef.tar.bz2 txr-3721f3acb4f2b1ac09e924590d27bb81db9b90ef.zip |
doc: more accurate dialect note about package prefixes.
* txr.1: Update the possibly misleading dialect note about
treatment of foo:bar in ANSI CL.
-rw-r--r-- | txr.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -11026,7 +11026,14 @@ syntax does not intern the symbol .code bar in the .code foo -package; the symbol must exist or else the syntax is erroneous. +package; the symbol must exist and be an exported symbol, or else the syntax is +erroneous. In ANSI Common Lisp, the syntax +.code foo::bar +does intern +.code foo +in the +.code bar +package. \*(TX's package system has no double-colon syntax, and lacks the concept of exported symbols. .NP* Uninterned Symbols |