]> git.eshelyaron.com Git - emacs.git/commitdiff
comment nit
authorAndrea Corallo <akrl@sdf.org>
Wed, 20 Nov 2019 18:37:47 +0000 (19:37 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:08 +0000 (11:38 +0100)
lisp/emacs-lisp/comp.el

index 2ee244077ba3f4a1231f73d8413266cdcc3f2e21..e1f0e657864b46ad4e89c919da6dc4b2b708ace6 100644 (file)
@@ -1691,7 +1691,7 @@ Return t if something was changed."
                collect (comp-mvar-id x)))
 
 (defun comp-dead-assignments-func ()
-  "Clean-up trivial dead assignments into current function.
+  "Clean-up dead assignments into current function.
 Return the list of m-var ids nuked."
   (let ((l-vals ())
         (r-vals ()))