diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2018-10-21 15:41:37 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2018-10-21 15:41:37 +0100 |
| commit | e82cdba6c34bb8f8b80fd62d7afc54e133b5b46e (patch) | |
| tree | 36d75c0ab3fe15f0aea40fca5d7607c8191647a7 | |
| parent | 5a42dd133a775e4aec47daf4a629fff7a23ce5ce (diff) | |
Fix mistake in comment
| -rw-r--r-- | test/helpful-unit-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
