summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 4c4a7d35a89..54240397001 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -299,7 +299,7 @@ the same menu with changes such as added new menu items."
(defcustom context-menu-filter-function nil
"Function that can filter the list produced by `context-menu-functions'."
- :type 'function
+ :type '(choice (const nil) function)
:version "28.1")
(defun context-menu-map ()