X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/tiny/tiny-test.el 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)