From 8adc4914ec863599eebe068969fcb7c1485a75f6 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 20 Feb 2024 14:10:23 -0500 Subject: [PATCH] suppress docstring warnings --- org-ref-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ref-core.el b/org-ref-core.el index c56a33e1..da602fde 100644 --- a/org-ref-core.el +++ b/org-ref-core.el @@ -340,5 +340,5 @@ provide their own version." ;;; org-ref-core.el ends here ;; Local Variables: -;; byte-compile-warnings: (not docstrings-wide) +;; byte-compile-warnings: (not docstrings docstrings-wide) ;; End: