summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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