aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-06-18 14:37:33 +0000
committerJuanma Barranquero2002-06-18 14:37:33 +0000
commite0e7f2d5360f710014e78063b363fb79b36a5042 (patch)
tree39d1797f38e1059b152afa57f0cc5bf09b0fbe96
parent35cb44585e96254328f04fb50829e5194519353c (diff)
downloademacs-e0e7f2d5360f710014e78063b363fb79b36a5042.tar.gz
emacs-e0e7f2d5360f710014e78063b363fb79b36a5042.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog14
2 files changed, 15 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b9743d31932..ae2fbe5b8b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4102,7 +4102,7 @@ CHAR
4102 4102
4103`(minimal-match SEXP)' 4103`(minimal-match SEXP)'
4104 produce a non-greedy regexp for SEXP. Normally, regexps matching 4104 produce a non-greedy regexp for SEXP. Normally, regexps matching
4105 zero or more occurrances of something are \"greedy\" in that they 4105 zero or more occurrences of something are \"greedy\" in that they
4106 match as much as they can, as long as the overall regexp can 4106 match as much as they can, as long as the overall regexp can
4107 still match. A non-greedy regexp matches as little as possible. 4107 still match. A non-greedy regexp matches as little as possible.
4108 4108
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d24ce507049..b68ef14d6aa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12002-06-18 Juanma Barranquero <lektu@terra.es>
2
3 * filesets.el (filesets-update-pre010505): Fix typo.
4
5 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
6
7 * emulation/edt.el (edt-substitute): Fix typo.
8
9 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
10
11 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
12
13 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
14
12002-06-17 Richard M. Stallman <rms@gnu.org> 152002-06-17 Richard M. Stallman <rms@gnu.org>
2 16
3 * facemenu.el (facemenu-map): Rename to Describe Text 17 * facemenu.el (facemenu-map): Rename to Describe Text