Mercurial > emacs
changeset 46272:2406cf2da1d4
Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 09 Jul 2002 09:57:34 +0000 |
parents | 35153dd59211 |
children | 9854e85b69c8 |
files | lisp/calc/calc-alg.el man/reftex.texi src/macfns.c src/msdos.c src/w32fns.c |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-alg.el Tue Jul 09 09:46:38 2002 +0000 +++ b/lisp/calc/calc-alg.el Tue Jul 09 09:57:34 2002 +0000 @@ -1294,7 +1294,7 @@ ;;; Simple operations on expressions. -;;; Return number of ocurrences of thing in expr, or nil if none. +;;; Return number of occurrences of thing in expr, or nil if none. (defun math-expr-contains-count (expr thing) (cond ((equal expr thing) 1) ((Math-primp expr) nil)
--- a/man/reftex.texi Tue Jul 09 09:46:38 2002 +0000 +++ b/man/reftex.texi Tue Jul 09 09:57:34 2002 +0000 @@ -1399,7 +1399,7 @@ @code{\ee}, point is not in this environment. When the first match is @code{\be}, point is in this environment and the function must return the beginning of the match. To avoid scanning too far, we can also look -for empty lines which cannot occure inside an equation environment. +for empty lines which cannot occur inside an equation environment. Here is the setup:@refill @lisp
--- a/src/macfns.c Tue Jul 09 09:46:38 2002 +0000 +++ b/src/macfns.c Tue Jul 09 09:57:34 2002 +0000 @@ -6987,7 +6987,7 @@ /* Read FILE into memory. Value is a pointer to a buffer allocated with xmalloc holding FILE's contents. Value is null if an error - occured. *SIZE is set to the size of the file. */ + occurred. *SIZE is set to the size of the file. */ static char * pbm_read_file (file, size)
--- a/src/msdos.c Tue Jul 09 09:46:38 2002 +0000 +++ b/src/msdos.c Tue Jul 09 09:57:34 2002 +0000 @@ -5007,7 +5007,7 @@ typedef void (*sighandler_t)(int); static sighandler_t prev_handlers[320]; -/* A signal handler which just records that a signal occured +/* A signal handler which just records that a signal occurred (it will be raised later, if and when the signal is unblocked). */ static void sig_suspender (signo)
--- a/src/w32fns.c Tue Jul 09 09:46:38 2002 +0000 +++ b/src/w32fns.c Tue Jul 09 09:57:34 2002 +0000 @@ -11207,7 +11207,7 @@ /* Read FILE into memory. Value is a pointer to a buffer allocated with xmalloc holding FILE's contents. Value is null if an error - occured. *SIZE is set to the size of the file. */ + occurred. *SIZE is set to the size of the file. */ static char * pbm_read_file (file, size)