Mercurial > emacs
changeset 45901:1b38863a543b
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 18 Jun 2002 14:37:33 +0000 |
parents | 50e4c7b9eec2 |
children | 24d34388fd69 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 <lektu@terra.es> + + * 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 <rms@gnu.org> * facemenu.el (facemenu-map): Rename to Describe Text