aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-24 17:27:21 +0000
committerJuanma Barranquero2003-02-24 17:27:21 +0000
commit58edceeb14cf14c2f2abfbe652accb1d1e87a3ea (patch)
tree433de879f16061f86cdf797f64384ceed34820d7 /lisp/ChangeLog
parentc1f21754703d075fc6b389ad2571e055a0800ce8 (diff)
downloademacs-58edceeb14cf14c2f2abfbe652accb1d1e87a3ea.tar.gz
emacs-58edceeb14cf14c2f2abfbe652accb1d1e87a3ea.zip
(allout-pre-command-business): Fix docstring.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2076efe5e3f..fb676c02bba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-02-24 Ken Manheimer <klm@zope.com>
2
3 * allout.el (allout-pre-command-business): Fix docstring.
4
12003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change) 52003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
2 6
3 * language/mlm-util.el (mlm-char-glyph): Fix several composing 7 * language/mlm-util.el (mlm-char-glyph): Fix several composing
@@ -25,7 +29,7 @@
25 29
26 * replace.el (query-replace-read-args): Return just 3 values. 30 * replace.el (query-replace-read-args): Return just 3 values.
27 (query-replace, query-replace-regexp) 31 (query-replace, query-replace-regexp)
28 (query-replace-regexp-eval, map-query-replace-regexp) 32 (query-replace-regexp-eval, map-query-replace-regexp)
29 (replace-string, replace-regexp): Read the start and end args 33 (replace-string, replace-regexp): Read the start and end args
30 separately so that the expressions are recorded in command-history. 34 separately so that the expressions are recorded in command-history.
31 35