doc/misc.tex: Recategorize some descriptions.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:36:24 +0000 (16:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:25 +0000 (16:46 +0100)
  * `loc' is a locative thing, not a macro thing.

  * `distinguished-point-shortest-paths' doesn't do anything with lists.

  * `whitespace-char-p' doesn't track positions.

squash! doc/misc.tex: Recategorize some descriptions.

doc/misc.tex

index 0c17cb0..6b71c79 100644 (file)
@@ -51,15 +51,15 @@ These symbols are defined in the @|sod-utilities| package.
       @> @<doc-string> @<declarations> @<body-forms>}
 \end{describe}
 
-\begin{describe}{cls}{loc}
-\end{describe}
-
 \begin{describe}{fun}{symbolicate \&rest @<symbols> @> @<symbol>}
 \end{describe}
 
 
 \subsection{Locatives}
 
+\begin{describe}{cls}{loc}
+\end{describe}
+
 \begin{describe}{fun}{locp @<object> @> @<generalized-boolean>}
 \end{describe}
 
@@ -181,11 +181,6 @@ These symbols are defined in the @|sod-utilities| package.
     {mappend @<function> @<list> \&rest @<more-lists> @> @<result-list>}
 \end{describe}
 
-\begin{describe}{fun}
-    {distinguished-point-shortest-paths @<root> @<neighbours-func>
-      @> @<list>}
-\end{describe}
-
 \begin{describe}{mac}
     {categorize (\=@<item-var> @<items>
                    @[[ :bind (@{ @<var> @!
@@ -208,10 +203,6 @@ These symbols are defined in the @|sod-utilities| package.
 \subsection{Position tracking}
 
 \begin{describe}{fun}
-    {whitespace-char-p @<character> @> @<generalized-boolean>}
-\end{describe}
-
-\begin{describe}{fun}
     {update-position @<character> @<line> @<column>
       @> @<new-line> @<new-column>}
 \end{describe}
@@ -285,6 +276,10 @@ These symbols are defined in the @|sod-utilities| package.
 \subsection{Very miscellaneous utilities}
 
 \begin{describe}{fun}
+    {whitespace-char-p @<character> @> @<generalized-boolean>}
+\end{describe}
+
+\begin{describe}{fun}
     {frob-identifier @<string> \&key :swap-case :swap-hyphen
       @> @<frobbed-string>}
 \end{describe}
@@ -309,6 +304,11 @@ These symbols are defined in the @|sod-utilities| package.
                            @[[ :read-only @<read-only-flag> @]]}
 \end{describe}
 
+\begin{describe}{fun}
+    {distinguished-point-shortest-paths @<root> @<neighbours-func>
+      @> @<list>}
+\end{describe}
+
 %%%--------------------------------------------------------------------------
 \section{Option parser} \label{sec:misc.optparse}