From 53ad04fc4628d0c75ff3054bd3b77c8689fca6d4 Mon Sep 17 00:00:00 2001 From: Drew Adams Date: Tue, 28 Sep 2010 01:41:00 +0200 Subject: [PATCH] * dired.el (dired-save-positions): Doc fix. (Bug#7119) --- lisp/ChangeLog | 4 ++++ lisp/dired.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e3164cc551..87520c2721b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-09-27 Drew Adams + + * dired.el (dired-save-positions): Doc fix. (Bug#7119) + 2010-09-27 Andreas Schwab * 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." The positions have the form (BUFFER-POSITION WINDOW-POSITIONS). BUFFER-POSITION is the point position in the current dired buffer. -The buffer position have the form (BUFFER DIRED-FILENAME BUFFER-POINT). +It has the form (BUFFER DIRED-FILENAME BUFFER-POINT). WINDOW-POSITIONS are current positions in all windows displaying this dired buffer. The window positions have the form (WINDOW -- 2.11.4.GIT