1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Minor stylistic checkdoc fixes in test/**/*.el

This commit is contained in:
Stefan Kangas 2021-09-26 01:53:56 +02:00
parent 4cc4344943
commit 8bb28e740d
128 changed files with 302 additions and 209 deletions

View file

@ -17,6 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Code:
(require 'ert)
(require 'shortdoc)
@ -43,3 +45,5 @@
(setq props (cddr props))))))))
(provide 'shortdoc-tests)
;;; shortdoc-tests.el ends here