emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100067: * dired.el (dired-save-po


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100067: * dired.el (dired-save-positions): Doc fix. (Bug#7119)
Date: Tue, 28 Sep 2010 01:41:00 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100067
author: Drew Adams <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-09-28 01:41:00 +0200
message:
  * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
modified:
  lisp/ChangeLog
  lisp/dired.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-27 21:32:36 +0000
+++ b/lisp/ChangeLog    2010-09-27 23:41:00 +0000
@@ -1,3 +1,7 @@
+2010-09-27  Drew Adams  <address@hidden>
+
+       * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
+
 2010-09-27  Andreas Schwab  <address@hidden>
 
        * Makefile.in (ELCFILES): Update.

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2010-07-17 21:25:32 +0000
+++ b/lisp/dired.el     2010-09-27 23:41:00 +0000
@@ -1177,7 +1177,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]