]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Jun 2002 14:28:04 +0000 (14:28 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Jun 2002 14:28:04 +0000 (14:28 +0000)
etc/NEWS
lisp/ChangeLog
lisp/ps-mule.el

index 89efcf75b89eefc001adc7cf53c2bf8e2aabc933..df902df404e16da44f9f4578dc98fab788d82f2d 100644 (file)
--- 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.
 
index 4e547be07c31f0395049cd5495c64c2080d4365c..3a8e0c52fb65b83225ecddd0ff644db0565b3dbb 100644 (file)
@@ -1,3 +1,13 @@
+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
index 133f26bd00c3fa1261bd5d619cfd055658f12edb..189d10fcb45445cfc08aab4f03efa921cb4b2a7b 100644 (file)
@@ -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)