branch: elpa/adoc-mode
commit 27bf57f6fd815dc6aaa47e00bc1a7e4a019eda6d
Author: sensorflo <[email protected]>
Commit: sensorflo <[email protected]>
in commentary section, fixed wrong recipe how to use autoload
---
adoc-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/adoc-mode.el b/adoc-mode.el
index 6e33aaf992..870afdbe67 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -74,7 +74,7 @@
;; first only loads adoc mode when necessary, the 2nd always during startup
;; of Emacs.
;;
-;; * `(autoload 'adoc-mode "adoc-mode")`
+;; * `(autoload 'adoc-mode "adoc-mode" nil t)`
;;
;; * `(require 'adoc-mode)`
;;