]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/list.tex
escape underscores and don't use abbreviations in text
[wxWidgets.git] / docs / latex / wx / list.tex
index b6e9b6b463577b518693a827d0b40dd441d6b787..aa570acf560bf0d7540036000896fdfcb8a27bc2 100644 (file)
@@ -130,7 +130,7 @@ members for getting to the next or previous node.
 
 \wxheading{See also}
 
-\helpref{wxNode}{wxnode}, \helpref{wxStringList}{wxstringlist},
+\helpref{wxNode}{wxnode},
 \helpref{wxArray}{wxarray}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
@@ -216,7 +216,7 @@ Removes element at given position.
 
 \func{wxNode<T> *}{Find}{\param{T *}{ object}}
 
-Returns the node whose client date is {\it object} or NULL if none found.
+Returns the node whose client data is {\it object} or NULL if none found.
 
 {\bf Note}: keyed lists are deprecated and should not be used in new code.