aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c
index 9bf9d605cf1..57205d88081 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1022,6 +1022,9 @@ Value, if non-nil, is a list (interactive SPEC). */)
1022 return Qnil; 1022 return Qnil;
1023} 1023}
1024 1024
1025/* Note that this doesn't work for native-compiled functions in Emacs
1026 28.1, but it's fixed in later Emacs versions. */
1027
1025DEFUN ("command-modes", Fcommand_modes, Scommand_modes, 1, 1, 0, 1028DEFUN ("command-modes", Fcommand_modes, Scommand_modes, 1, 1, 0,
1026 doc: /* Return the modes COMMAND is defined for. 1029 doc: /* Return the modes COMMAND is defined for.
1027If COMMAND is not a command, the return value is nil. 1030If COMMAND is not a command, the return value is nil.