emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error in xml.el documentation


From: Lennart Borgman (gmail)
Subject: Error in xml.el documentation
Date: Fri, 22 Feb 2008 21:44:40 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

The documentation at the top of xml.el says

;; There can be only top level node, but with any number of children below.

;;; LIST FORMAT

;; The functions `xml-parse-file', `xml-parse-region' and
;; `xml-parse-tag' return a list with the following format:
;;
;;    xml-list   ::= (node node ...)

I think it should be "only one top level node" and

;;    xml-list   ::= node




reply via email to

[Prev in Thread] Current Thread [Next in Thread]