Skip to content

Commit 150c583

Browse files
committed
Add more detail about unconditional require.
1 parent 72cd63a commit 150c583

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flymake-quickdef.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ If you use this macro in a package you *must* unconditionally
6666
`require' 'flymake-quickdef so that the full library is loaded
6767
when running. It is not sufficient to simply require it when
6868
compiling. This is to ensure that supporting definitions (like
69-
state variables) are made for all generated functions.
69+
state variables) are made for all generated functions. To do
70+
this simply add: \"(require 'flymake-quickdef)\" to the top of
71+
your package.
7072
7173
The backend generated by this function invokes an external
7274
program on the contents of a buffer and processes its output. It

0 commit comments

Comments
 (0)