From 778c5360c934f9755b32b15927f7275ae5e12006 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 18 Jun 2002 14:28:04 +0000 Subject: [PATCH] Fix typo. --- etc/NEWS | 2 +- lisp/ChangeLog | 10 ++++++++++ lisp/ps-mule.el | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 89efcf75b89..df902df404e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2725,7 +2725,7 @@ CHAR `(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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e547be07c3..3a8e0c52fb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2002-06-18 Juanma Barranquero + + * 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 * international/utf-8.el (ccl-decode-mule-utf-8): Deal diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 133f26bd00c..189d10fcb45 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -1533,7 +1533,7 @@ This checks if all multi-byte characters in the region are printable or not." 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) -- 2.39.5