]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/tiny/tiny-test.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / tiny / tiny-test.el
index 3d9ec54cd2dce9bcb0e8f01c7bfe2c877d9f75bc..4503aa6440fe8af91e5fe5c8c87631b04bcc8a79 100644 (file)
@@ -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)