aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-11-15 15:20:10 +0000
committerPavel Janík <[email protected]>2001-11-15 15:20:10 +0000
commitd19b9aa8abf68967ba3d14ab331b79b45006506a (patch)
tree86cdd8e45c179c43be2aa0e0e459a20aa4330c55
parent7f6e33e6093615a03a572eabc2251e522a6f24a4 (diff)
Comment fix.
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index cf50f51559..43883b04d9 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1589,7 +1589,7 @@ typedef unsigned char UCHAR;
|| SUBRP (OBJ))
/* defsubr (Sname);
- is how we define the symbol for function `name' at start-up time. */
+ is how we define the symbol for function `name' at start-up time. */
extern void defsubr P_ ((struct Lisp_Subr *));
#define MANY -2