# HG changeset patch # User Juanma Barranquero # Date 1024411053 0 # Node ID 1b38863a543b2ba98c9ac8a77816895182d853e4 # Parent 50e4c7b9eec2fd05680ed560dd7201db883ec789 *** empty log message *** diff -r 50e4c7b9eec2 -r 1b38863a543b etc/NEWS --- a/etc/NEWS Tue Jun 18 14:37:12 2002 +0000 +++ b/etc/NEWS Tue Jun 18 14:37:33 2002 +0000 @@ -4102,7 +4102,7 @@ `(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 -r 50e4c7b9eec2 -r 1b38863a543b lisp/ChangeLog --- a/lisp/ChangeLog Tue Jun 18 14:37:12 2002 +0000 +++ b/lisp/ChangeLog Tue Jun 18 14:37:33 2002 +0000 @@ -1,3 +1,17 @@ +2002-06-18 Juanma Barranquero + + * filesets.el (filesets-update-pre010505): Fix typo. + + * 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. + + * progmodes/sh-script.el (sh-electric-rparen-needed): Remove. + 2002-06-17 Richard M. Stallman * facemenu.el (facemenu-map): Rename to Describe Text