From: Andrea Corallo Date: Sat, 21 Sep 2019 17:14:20 +0000 (+0200) Subject: better doc for comp-func struct X-Git-Tag: emacs-28.0.90~2727^2~1133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a0adfec2a1caabca3bf99881f98f24ad12216f9;p=emacs.git better doc for comp-func struct --- 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