aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew Adams2010-09-28 01:41:00 +0200
committerJuanma Barranquero2010-09-28 01:41:00 +0200
commit53ad04fc4628d0c75ff3054bd3b77c8689fca6d4 (patch)
treeb9bcc8bfe65ae801171ac08e98c217f03495cb9a
parent0cceab3d5942aef608dc33be4616b77206201115 (diff)
downloademacs-53ad04fc4628d0c75ff3054bd3b77c8689fca6d4.tar.gz
emacs-53ad04fc4628d0c75ff3054bd3b77c8689fca6d4.zip
* dired.el (dired-save-positions): Doc fix. (Bug#7119)
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/dired.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e3164cc551..87520c2721b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-09-27 Drew Adams <drew.adams@oracle.com>
2
3 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
4
12010-09-27 Andreas Schwab <schwab@linux-m68k.org> 52010-09-27 Andreas Schwab <schwab@linux-m68k.org>
2 6
3 * Makefile.in (ELCFILES): Update. 7 * Makefile.in (ELCFILES): Update.
diff --git a/lisp/dired.el b/lisp/dired.el
index 4a23865dfca..bb0cc223281 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1177,7 +1177,7 @@ Preserves old cursor, marks/flags, hidden-p."
1177The positions have the form (BUFFER-POSITION WINDOW-POSITIONS). 1177The positions have the form (BUFFER-POSITION WINDOW-POSITIONS).
1178 1178
1179BUFFER-POSITION is the point position in the current dired buffer. 1179BUFFER-POSITION is the point position in the current dired buffer.
1180The buffer position have the form (BUFFER DIRED-FILENAME BUFFER-POINT). 1180It has the form (BUFFER DIRED-FILENAME BUFFER-POINT).
1181 1181
1182WINDOW-POSITIONS are current positions in all windows displaying 1182WINDOW-POSITIONS are current positions in all windows displaying
1183this dired buffer. The window positions have the form (WINDOW 1183this dired buffer. The window positions have the form (WINDOW