From: Andrea Corallo Date: Sat, 10 Oct 2020 15:54:27 +0000 (+0200) Subject: * lisp/emacs-lisp/comp.el (comp-func): Fix doc for blocks slot. X-Git-Tag: emacs-28.0.90~2727^2~378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77fa6befb478f49a47ef1cee88e2c791e0037617;p=emacs.git * lisp/emacs-lisp/comp.el (comp-func): Fix doc for blocks slot. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index a7da7d42e9c..d860fa31f0b 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -368,8 +368,7 @@ Once in SSA form this *must* be set to 'dirty' every time the topology of the CFG is mutated by a pass.") (frame-size nil :type number) (blocks (make-hash-table) :type hash-table - :documentation "Key is the basic block symbol value is a comp-block -structure.") + :documentation "Basic block name -> basic block.") (lap-block (make-hash-table :test #'equal) :type hash-table :documentation "LAP lable -> LIMPLE basic block name.") (edges () :type list