Fix checkdoc-related test failure
This commit is contained in:
parent
5f6e88ec9b
commit
da4e58458f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue