Fix checkdoc-related test failure

This commit is contained in:
Lars Ingebrigtsen 2021-09-27 09:33:56 +02:00
parent 5f6e88ec9b
commit da4e58458f

View file

@ -478,8 +478,9 @@
(eq family 'unspecified))
family)))
;; This function doesn't have a doc string on purpose.
(defun comp-test-46670-1-f (_)
"Foo.")
"foo")
(defun comp-test-46670-2-f (s)
(and (equal (comp-test-46670-1-f (length s)) s)