diff options
author | Drew Adams <drew.adams@oracle.com> | 2010-09-28 01:41:00 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-09-28 01:41:00 +0200 |
commit | 53ad04fc4628d0c75ff3054bd3b77c8689fca6d4 (patch) | |
tree | b9bcc8bfe65ae801171ac08e98c217f03495cb9a /lisp | |
parent | 0cceab3d5942aef608dc33be4616b77206201115 (diff) | |
download | emacs-53ad04fc4628d0c75ff3054bd3b77c8689fca6d4.tar.gz |
* dired.el (dired-save-positions): Doc fix. (Bug#7119)
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/dired.el | 2 |
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 @@ +2010-09-27 Drew Adams <drew.adams@oracle.com> + + * dired.el (dired-save-positions): Doc fix. (Bug#7119) + 2010-09-27 Andreas Schwab <schwab@linux-m68k.org> * 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 |