summary history branches tags files
commit:d189a4d4c4427f8eb706b58b2ad14d03a15b533a
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Dec 3 00:47:48 2020 +0100
parents:841894781a93f3fb36f41ab9949b55881e395b41
document that nil is a valid package type
diff --git a/snitch.el b/snitch.el
line changes: +3/-0
index 351714a..a499325
--- a/snitch.el
+++ b/snitch.el
@@ -374,6 +374,9 @@ in the ‘src-pkg’ field of each event object.  In addition to
 these pre-defined types, any loaded package name (as a symbol) is
 a permitted type as well.
 
+  nil -- unknown source, including lambdas, closures, and
+compiled functions.
+
   'built-in' -- package provided by emacs, and responds true to
 the ‘package-built-in-p’ function.