diff --git a/modules/tools/eval/autoload/eval.el b/modules/tools/eval/autoload/eval.el index 9d9183206..573329335 100644 --- a/modules/tools/eval/autoload/eval.el +++ b/modules/tools/eval/autoload/eval.el @@ -114,7 +114,10 @@ ;;;###autoload (defun +eval/buffer-or-region () - "Evaluate the whole buffer." + "Evaluate the region if it's active, otherwise evaluate the whole buffer. + +If a REPL is open the code will be evaluated in it, otherwise a quickrun +runner will be used." (interactive) (call-interactively (if (use-region-p)