mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +00:00
Makefile: Add target checkdoc to check documentation guidelines of lisp files
Fixes #211
This commit is contained in:
@@ -22,11 +22,5 @@
|
||||
(add-to-list 'load-path default-directory)
|
||||
(mapc #'byte-compile-file '("avy.el"))
|
||||
(require 'avy)
|
||||
(if (fboundp 'checkdoc-file)
|
||||
(checkdoc-file "avy.el")
|
||||
(require 'checkdoc)
|
||||
(with-current-buffer (find-file "avy.el")
|
||||
(checkdoc-current-buffer t)))
|
||||
|
||||
(global-set-key (kbd "C-c j") 'avy-goto-char)
|
||||
(global-set-key (kbd "C-'") 'avy-goto-char-2)
|
||||
|
||||
2
targets/checkdoc.el
Normal file
2
targets/checkdoc.el
Normal file
@@ -0,0 +1,2 @@
|
||||
(checkdoc-file "avy-test.el")
|
||||
(checkdoc-file "avy.el")
|
||||
Reference in New Issue
Block a user