diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-26 01:53:56 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-26 17:53:23 +0200 |
commit | 8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b (patch) | |
tree | 6daad156b285e27c95d4afb3f7d0e4773032961b /test/lisp/thingatpt-tests.el | |
parent | 4cc43449432427817400bad12e7ef722e6591a21 (diff) | |
download | emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.gz emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.bz2 emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.zip |
; Minor stylistic checkdoc fixes in test/**/*.el
Diffstat (limited to 'test/lisp/thingatpt-tests.el')
-rw-r--r-- | test/lisp/thingatpt-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/thingatpt-tests.el b/test/lisp/thingatpt-tests.el index 1849480347e..2a32dc57b1c 100644 --- a/test/lisp/thingatpt-tests.el +++ b/test/lisp/thingatpt-tests.el @@ -70,7 +70,7 @@ ;; UUID, only hex is allowed ("01234567-89ab-cdef-ABCD-EF0123456789" 1 uuid "01234567-89ab-cdef-ABCD-EF0123456789") ("01234567-89ab-cdef-ABCD-EF012345678G" 1 uuid nil)) - "List of thing-at-point tests. + "List of `thing-at-point' tests. Each list element should have the form (STRING POS THING RESULT) @@ -231,4 +231,4 @@ position to retrieve THING.") (goto-char 5) (should (eq (symbol-at-point) 'bar)))) -;;; thingatpt.el ends here +;;; thingatpt-tests.el ends here |