Skip to content

Commit

Permalink
Fix name of parameter in xdoc, add defpointer for all-calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsmithkestrel committed Jul 23, 2016
1 parent b811ab8 commit 013e725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion books/system/doc/acl2-doc.lisp
Expand Up @@ -97808,7 +97808,7 @@ arithmetic) for libraries of @(see books) for arithmetic reasoning.</p>")
such that for some @('f') in the list, @('names'), @('u') is a subterm of the
pseudo-term, @('term'), that is a call of the symbol, @('f'). Note that
@('(all-calls-lst names lst alist ans)') is similar, except for a list,
@('list'), of terms in place of a single term, @('term').</li>
@('lst'), of terms in place of a single term, @('term').</li>

<li>@('(all-vars x)'): For a @(tsee pseudo-termp) @('x'), return the list of
variables in @('x') in reverse print order of first occurrence. For example,
Expand Down Expand Up @@ -114932,6 +114932,7 @@ expand function call at the current subterm, without simplifying"
(defpointer add-to-set-eq add-to-set)
(defpointer add-to-set-eql add-to-set) ; pre-v4-3 compatibility
(defpointer add-to-set-equal add-to-set)
(defpointer all-calls system-utilities)
(defpointer all-vars system-utilities)
(defpointer apropos finding-documentation)
(defpointer assoc-eq assoc)
Expand Down

0 comments on commit 013e725

Please sign in to comment.