aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index a56c4a73bf8..dc855f5e2bf 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1513,7 +1513,7 @@ struct Lisp_Subr
1513 short min_args, max_args; 1513 short min_args, max_args;
1514 const char *symbol_name; 1514 const char *symbol_name;
1515 const char *intspec; 1515 const char *intspec;
1516 const char *doc; 1516 Lisp_Object doc;
1517 }; 1517 };
1518 1518
1519enum char_table_specials 1519enum char_table_specials