doc/: Minor cleanups, as a result of a spell-check pass.
[sod] / doc / parsing.tex
index 0d9bf04..65eefb1 100644 (file)
@@ -381,7 +381,7 @@ Character scanners are scanners which read sequences of characters.
 \end{describe}
 
 \begin{describe}{gf}{scanner-unread @<scanner> @<character>}
-  Rewind the @<scanner> by one step.  The @<chararacter> must be the previous
+  Rewind the @<scanner> by one step.  The @<character> must be the previous
   current character, and becomes the current character again.  It is an error
   if: the @<scanner> has reached end-of-file; the @<scanner> has never been
   stepped; or @<character> was not the previous current character.
@@ -819,15 +819,6 @@ file-location protocols.
 
 \subsection{Expression parsing} \label{sec:parsing.syntax.expression}
 
-\begin{describe}{gf}{push-operator @<operator> @<state>}
-\end{describe}
-
-\begin{describe}{gf}{push-value @<value> @<state>}
-\end{describe}
-
-\begin{describe}{gf}{apply-operator @<operator> @<state>}
-\end{describe}
-
 \begin{describe}{gf}{operator-push-action @<left> @<right>}
 \end{describe}