# HG changeset patch # User Juanma Barranquero # Date 1026208654 0 # Node ID 2406cf2da1d4bccbe4c66dcbb64514f228287f75 # Parent 35153dd59211c674dc0303b1ebf34112099e48c9 Fix typo. diff -r 35153dd59211 -r 2406cf2da1d4 lisp/calc/calc-alg.el --- 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) diff -r 35153dd59211 -r 2406cf2da1d4 man/reftex.texi --- 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 diff -r 35153dd59211 -r 2406cf2da1d4 src/macfns.c --- 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) diff -r 35153dd59211 -r 2406cf2da1d4 src/msdos.c --- 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) diff -r 35153dd59211 -r 2406cf2da1d4 src/w32fns.c --- 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)