[climacs-cvs] CVS update: climacs/Doc/climacs-internals.texi
Aleksandar Bakic
abakic at common-lisp.net
Sat Mar 5 11:53:53 UTC 2005
Update of /project/climacs/cvsroot/climacs/Doc
In directory common-lisp.net:/tmp/cvs-serv20229/Doc
Modified Files:
climacs-internals.texi
Log Message:
Typo fixes.
Date: Sat Mar 5 12:53:52 2005
Author: abakic
Index: climacs/Doc/climacs-internals.texi
diff -u climacs/Doc/climacs-internals.texi:1.15 climacs/Doc/climacs-internals.texi:1.16
--- climacs/Doc/climacs-internals.texi:1.15 Tue Mar 1 05:56:27 2005
+++ climacs/Doc/climacs-internals.texi Sat Mar 5 12:53:52 2005
@@ -1212,7 +1212,7 @@
@deffn {generic function} parse-stack buffer-stream
Return the current parse stack of the buffer stream. The parse stack
-contains either all nonterminal, or all but the top element
+contains either all nonterminals, or all but the top element
nonterminal. The list of entries is initially a list of a single
entry corresponding to the syntactic category `program-entry' with a
start offset of 0 and an expression count of 0.
@@ -1908,7 +1908,7 @@
Returns the value of a kill ring's maximum size.
@end deffn
- at deffn {generic function} {(setf kill-ring-max-size)} kill-ring size
+ at deffn {generic function} {(setf kill-ring-max-size)} size kill-ring
Alters the maximum size of a kill ring even if it means dropping
elements to do so.
@end deffn
More information about the Climacs-cvs
mailing list