aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 4c09afc77e2..c93d4d15b33 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2228,8 +2228,8 @@ struct Lisp_Subr
2228 Lisp_Object native; 2228 Lisp_Object native;
2229 } intspec; 2229 } intspec;
2230 Lisp_Object command_modes; 2230 Lisp_Object command_modes;
2231 /* positive values: offset into etc/DOC. Negative values: one's 2231 /* Positive values: offset into etc/DOC. Negative values: one's
2232 complement of index into the native comp unit's function 2232 complement of index into the native comp unit's function's
2233 documentation vector. */ 2233 documentation vector. */
2234 EMACS_INT doc; 2234 EMACS_INT doc;
2235#ifdef HAVE_NATIVE_COMP 2235#ifdef HAVE_NATIVE_COMP