From e82cdba6c34bb8f8b80fd62d7afc54e133b5b46e Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 21 Oct 2018 15:41:37 +0100 Subject: Fix mistake in comment --- test/helpful-unit-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpful-unit-test.el b/test/helpful-unit-test.el index 60d024e..f6d4048 100644 --- a/test/helpful-unit-test.el +++ b/test/helpful-unit-test.el @@ -152,7 +152,7 @@ symbol (not a form)." (ert-deftest helpful--no-symbol-properties () "Helpful should handle functions without any symbol properties." ;; Interactively evaluating this file will set edebug properties on - ;; test-foo, so remove all properties. + ;; test-foo-no-properties, so remove all properties. (setplist #'test-foo-no-properties nil) ;; This shouldn't throw any errors. -- cgit v1.0