Compare commits
1 Commits
f1a938cfc9
...
ea8d089e80
| Author | SHA1 | Date | |
|---|---|---|---|
|
ea8d089e80
|
2
funcs.el
2
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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user