`(minimal-match SEXP)'
produce a non-greedy regexp for SEXP. Normally, regexps matching
- zero or more occurrances of something are \"greedy\" in that they
+ zero or more occurrences of something are \"greedy\" in that they
match as much as they can, as long as the overall regexp can
still match. A non-greedy regexp matches as little as possible.
+2002-06-18 Juanma Barranquero <lektu@terra.es>
+
+ * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
+
+ * emulation/edt.el (edt-substitute): Fix typo.
+
+ * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
+
+ * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
+
2002-06-17 Dave Love <fx@gnu.org>
* international/utf-8.el (ccl-decode-mule-utf-8): Deal
ps-current-font (1+ ps-current-font)))))))
;; If the header contains non-ASCII and non-Latin1 characters, prepare a font
- ;; and glyphs for the first occurance of such characters.
+ ;; and glyphs for the first occurrence of such characters.
(if (and ps-mule-header-charsets
(not (eq (car ps-mule-header-charsets) 'latin-iso8859-1)))
(let ((font-spec (ps-mule-get-font-spec (car ps-mule-header-charsets)