X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/55aab326a1213fac44ff0ec2a8df34cc3f79e205..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/tiny/tiny-test.el?ds=sidebyside diff --git a/packages/tiny/tiny-test.el b/packages/tiny/tiny-test.el index 3d9ec54cd..4503aa644 100644 --- a/packages/tiny/tiny-test.el +++ b/packages/tiny/tiny-test.el @@ -25,7 +25,7 @@ (require 'tiny nil t) (defun with-text-value (txt fn &rest args) - "Return the result of (apply 'FN ARGS), in a temp buffer with TXT, + "Return the result of (apply FN ARGS), in a temp buffer with TXT, with point at the end of TXT." (with-temp-buffer (insert txt)