diff --git a/funcs.el b/funcs.el index 1352731..6017021 100644 --- a/funcs.el +++ b/funcs.el @@ -14,7 +14,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defun conlanging//declare-node (t-node-text t-node-generation) "Declares a node in the graphviz source code. The node’s identifier will be -~node-generation~, and it will bear the label ~node-text~." +`node-generation', and it will bear the label `node-text'." (format "%d[label=\"%s\"];" t-node-generation t-node-text))