1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

(ewoc--node-branch): Add docstring.

This commit is contained in:
Stefan Monnier 2002-09-19 05:11:48 +00:00
parent 02e91426a5
commit 21311ac9ec

View File

@ -138,7 +138,10 @@
(:constructor ewoc--node-create (start-marker data)))
left right data start-marker)
(defalias 'ewoc--node-branch 'aref)
(defalias 'ewoc--node-branch 'aref
"Get the left (CHILD=0) or right (CHILD=1) child of the NODE.
\(fn NODE CHILD)")
(defun ewoc--dll-create ()
"Create an empty doubly linked list."