From eae7f30a9a338b5713d7808c9f791e1a7f79b3cf Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 20 Nov 2019 19:37:47 +0100 Subject: [PATCH] comment nit --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 2ee244077ba..e1f0e657864 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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 ())) -- 2.39.5