diff options
| author | Juanma Barranquero | 2002-07-09 09:57:34 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-09 09:57:34 +0000 |
| commit | 6f8269719ed08208ffa9fbc670bb69b2341fe91c (patch) | |
| tree | 31031c15e26d96e21722fc9621064ed8a4cea05a | |
| parent | cb795ec4c27ecad06ec86dba24c6d729bbf0020e (diff) | |
| download | emacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.tar.gz emacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.zip | |
Fix typo.
| -rw-r--r-- | lisp/calc/calc-alg.el | 2 | ||||
| -rw-r--r-- | man/reftex.texi | 2 | ||||
| -rw-r--r-- | src/macfns.c | 2 | ||||
| -rw-r--r-- | src/msdos.c | 2 | ||||
| -rw-r--r-- | src/w32fns.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el index 790d665d7de..f1a08c7e235 100644 --- a/lisp/calc/calc-alg.el +++ b/lisp/calc/calc-alg.el | |||
| @@ -1294,7 +1294,7 @@ | |||
| 1294 | 1294 | ||
| 1295 | ;;; Simple operations on expressions. | 1295 | ;;; Simple operations on expressions. |
| 1296 | 1296 | ||
| 1297 | ;;; Return number of ocurrences of thing in expr, or nil if none. | 1297 | ;;; Return number of occurrences of thing in expr, or nil if none. |
| 1298 | (defun math-expr-contains-count (expr thing) | 1298 | (defun math-expr-contains-count (expr thing) |
| 1299 | (cond ((equal expr thing) 1) | 1299 | (cond ((equal expr thing) 1) |
| 1300 | ((Math-primp expr) nil) | 1300 | ((Math-primp expr) nil) |
diff --git a/man/reftex.texi b/man/reftex.texi index c6048f43b54..88892ecdb53 100644 --- a/man/reftex.texi +++ b/man/reftex.texi | |||
| @@ -1399,7 +1399,7 @@ to search backward for these macros. When the first match is | |||
| 1399 | @code{\ee}, point is not in this environment. When the first match is | 1399 | @code{\ee}, point is not in this environment. When the first match is |
| 1400 | @code{\be}, point is in this environment and the function must return | 1400 | @code{\be}, point is in this environment and the function must return |
| 1401 | the beginning of the match. To avoid scanning too far, we can also look | 1401 | the beginning of the match. To avoid scanning too far, we can also look |
| 1402 | for empty lines which cannot occure inside an equation environment. | 1402 | for empty lines which cannot occur inside an equation environment. |
| 1403 | Here is the setup:@refill | 1403 | Here is the setup:@refill |
| 1404 | 1404 | ||
| 1405 | @lisp | 1405 | @lisp |
diff --git a/src/macfns.c b/src/macfns.c index b51b46569f4..86ca78425fa 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -6987,7 +6987,7 @@ pbm_scan_number (s, end) | |||
| 6987 | 6987 | ||
| 6988 | /* Read FILE into memory. Value is a pointer to a buffer allocated | 6988 | /* Read FILE into memory. Value is a pointer to a buffer allocated |
| 6989 | with xmalloc holding FILE's contents. Value is null if an error | 6989 | with xmalloc holding FILE's contents. Value is null if an error |
| 6990 | occured. *SIZE is set to the size of the file. */ | 6990 | occurred. *SIZE is set to the size of the file. */ |
| 6991 | 6991 | ||
| 6992 | static char * | 6992 | static char * |
| 6993 | pbm_read_file (file, size) | 6993 | pbm_read_file (file, size) |
diff --git a/src/msdos.c b/src/msdos.c index df9f68468a6..5f261937008 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -5007,7 +5007,7 @@ static sigset_t pending_signals; | |||
| 5007 | typedef void (*sighandler_t)(int); | 5007 | typedef void (*sighandler_t)(int); |
| 5008 | static sighandler_t prev_handlers[320]; | 5008 | static sighandler_t prev_handlers[320]; |
| 5009 | 5009 | ||
| 5010 | /* A signal handler which just records that a signal occured | 5010 | /* A signal handler which just records that a signal occurred |
| 5011 | (it will be raised later, if and when the signal is unblocked). */ | 5011 | (it will be raised later, if and when the signal is unblocked). */ |
| 5012 | static void | 5012 | static void |
| 5013 | sig_suspender (signo) | 5013 | sig_suspender (signo) |
diff --git a/src/w32fns.c b/src/w32fns.c index db99065747f..0b94cd26df7 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -11207,7 +11207,7 @@ pbm_scan_number (s, end) | |||
| 11207 | 11207 | ||
| 11208 | /* Read FILE into memory. Value is a pointer to a buffer allocated | 11208 | /* Read FILE into memory. Value is a pointer to a buffer allocated |
| 11209 | with xmalloc holding FILE's contents. Value is null if an error | 11209 | with xmalloc holding FILE's contents. Value is null if an error |
| 11210 | occured. *SIZE is set to the size of the file. */ | 11210 | occurred. *SIZE is set to the size of the file. */ |
| 11211 | 11211 | ||
| 11212 | static char * | 11212 | static char * |
| 11213 | pbm_read_file (file, size) | 11213 | pbm_read_file (file, size) |