ref: 2246154471d949bb19992a52bcd334b8f81dc5bf
parent: 7f4c84a358ffaf950b9c7ec59167a43456dbda99
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Dec 30 08:44:43 EST 2024
docs_ops.lsp doesn't need to be in git (thanks willowgl)
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
flisp.boot.bak
instructions.lsp
builtins.lsp
+docs_ops.lsp
builtin_fns.h
*.core
plan9/flisp.boot.s
--- a/docs_ops.lsp
+++ /dev/null
@@ -1,2 +1,0 @@
-(doc-for (car lst) "Returns the first element of a list or nil if not available.")
-(doc-for (cdr lst) "Returns the tail of a list or nil if not available.")