diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-02 23:45:31 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-02 23:45:31 -0800 |
commit | fdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1 (patch) | |
tree | 4f1c143d05a05e49f793a8a3c8d3d50b08d2475d /txr.1 | |
parent | ba4c913ada03747c404b1165d440b8d9d183babe (diff) | |
download | txr-fdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1.tar.gz txr-fdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1.tar.bz2 txr-fdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1.zip |
* txr.1: Added stub sections for new functions.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |