summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-02 23:45:31 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-02 23:45:31 -0800
commitfdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1 (patch)
tree4f1c143d05a05e49f793a8a3c8d3d50b08d2475d
parentba4c913ada03747c404b1165d440b8d9d183babe (diff)
downloadtxr-fdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1.tar.gz
txr-fdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1.tar.bz2
txr-fdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1.zip
* txr.1: Added stub sections for new functions.
-rw-r--r--ChangeLog4
-rw-r--r--txr.117
2 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de512f7f..c11e71dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-12-02 Kaz Kylheku <kaz@kylheku.com>
+ * txr.1: Added stub sections for new functions.
+
+2011-12-02 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c: Symbol related intrinsic functions and variables made
available:
diff --git a/txr.1 b/txr.1
index 808c7c9d..2147036d 100644
--- a/txr.1
+++ b/txr.1
@@ -4560,6 +4560,23 @@ The following are Lisp functions and variables built-in to TXR.
.SS Functions open-file, open-pipe
+.SS Variables *user-package*, *keyword-package*, *system-package*
+
+.SS Function make-sym
+
+.SS Function make-package
+
+.SS Function find-package
+
+.SS Function intern
+
+.SS Function symbolp
+
+.SS Function symbol-name
+
+.SS Function symbol-package
+
+.SS Function keywordp
.SH APPENDIX A: NOTES ON EXOTIC REGULAR EXPRESSIONS