From 4a0adfec2a1caabca3bf99881f98f24ad12216f9 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sat, 21 Sep 2019 19:14:20 +0200 Subject: [PATCH] better doc for comp-func struct --- lisp/emacs-lisp/comp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 01edd2b18fe..8761312a547 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -195,8 +195,7 @@ Is in use to help the SSA rename pass.")) :documentation "Key is the basic block symbol value is a comp-block structure.") (lap-block (make-hash-table :test #'equal) :type hash-table - :documentation "Key value to convert from LAP label number to -LIMPLE basic block.") + :documentation "LAP lable -> LIMPLE basic block.") (edges () :type list :documentation "List of edges connecting basic blocks.") (edge-cnt-gen (funcall #'comp-gen-counter) :type function -- 2.39.5