From c5cacfc73a37cd18cce4f18a449202d4ace13d23 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Wed, 2 Jan 2013 16:45:52 -0800 Subject: [PATCH] Remove duplicated definitions of list-all-external-formats and describe-external-formats in the documentation. --- src/docs/cmu-user/unicode.tex | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/docs/cmu-user/unicode.tex b/src/docs/cmu-user/unicode.tex index 921a40d6c..c6a1a98a7 100644 --- a/src/docs/cmu-user/unicode.tex +++ b/src/docs/cmu-user/unicode.tex @@ -615,18 +615,6 @@ utility functions are provided to make access easier. converting the octets. \end{defun} -\begin{defun}{}{list-all-external-formats}{} - \code{list-all-external-formats} produces a list of all known - external formats and the known aliases for for them. Each element - of the list is a list consisting of the name of the external format - and a list of the known aliases for the format. -\end{defun} - -\begin{defun}{}{describe-external-format}{\args \var{external-format}} - \code{describe-external-format} prints a description of the - specified external-format. -\end{defun} - \section{Writing External Formats} \subsection{External Formats} -- GitLab