aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-12 17:05:13 +0000
committerRichard M. Stallman2001-11-12 17:05:13 +0000
commit68d2f12f405d023a3a0bcf12a941b0b735a71944 (patch)
tree5590bb2973fa6254b75406f21b9d795b469b9dfd /lisp/ChangeLog
parent66b17d3f450c882d11d0d61cbd15873aa891ef03 (diff)
downloademacs-68d2f12f405d023a3a0bcf12a941b0b735a71944.tar.gz
emacs-68d2f12f405d023a3a0bcf12a941b0b735a71944.zip
Many trivial doc fixes.
(dired-get-file-for-visit): New function. (dired-find-alternate-file, dired-mouse-find-file-other-window): (dired-view-file, dired-find-file-other-window, dired-display-file): (dired-find-file): Use dired-get-file-for-visit.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d234b00333a..22e2a836e8c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12001-11-12 Richard M. Stallman <rms@gnu.org>
2
3 * dired.el: Many trivial doc fixes.
4 (dired-get-file-for-visit): New function.
5 (dired-find-alternate-file, dired-mouse-find-file-other-window):
6 (dired-view-file, dired-find-file-other-window, dired-display-file):
7 (dired-find-file): Use dired-get-file-for-visit.
8
12001-11-12 Alex Schroeder <kensanata@yahoo.com> 92001-11-12 Alex Schroeder <kensanata@yahoo.com>
2 10
3 * sql.el (sql-mode): Doc change. 11 * sql.el (sql-mode): Doc change.