diff options
| author | Chong Yidong | 2011-01-23 15:06:51 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-23 15:06:51 -0500 |
| commit | b14f16adaeccdf8a1ef48727b0507bb0f192cc85 (patch) | |
| tree | 8cd42a15443893c12f58239b228ece2695f76dce | |
| parent | d6dc7be93592004ab357971a6b4db026a9c64eef (diff) | |
| download | emacs-b14f16adaeccdf8a1ef48727b0507bb0f192cc85.tar.gz emacs-b14f16adaeccdf8a1ef48727b0507bb0f192cc85.zip | |
* dired.el (dired-revert): Doc fix (Bug#7758).
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/dired.el | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7dbc5267ba2..4a8efcde0f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-01-23 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * dired.el (dired-revert): Doc fix (Bug#7758). | ||
| 4 | |||
| 1 | 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org> | 5 | 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org> |
| 2 | 6 | ||
| 3 | * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for | 7 | * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for |
diff --git a/lisp/dired.el b/lisp/dired.el index 306bd8f779a..4fba72d8106 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1131,7 +1131,10 @@ If HDR is non-nil, insert a header line with the directory name." | |||
| 1131 | "Reread the dired buffer. | 1131 | "Reread the dired buffer. |
| 1132 | Must also be called after `dired-actual-switches' have changed. | 1132 | Must also be called after `dired-actual-switches' have changed. |
| 1133 | Should not fail even on completely garbaged buffers. | 1133 | Should not fail even on completely garbaged buffers. |
| 1134 | Preserves old cursor, marks/flags, hidden-p." | 1134 | Preserves old cursor, marks/flags, hidden-p. |
| 1135 | |||
| 1136 | Dired sets `revert-buffer-function' to this function. The args | ||
| 1137 | ARG and NOCONFIRM, passed from `revert-buffer', are ignored." | ||
| 1135 | (widen) ; just in case user narrowed | 1138 | (widen) ; just in case user narrowed |
| 1136 | (let ((modflag (buffer-modified-p)) | 1139 | (let ((modflag (buffer-modified-p)) |
| 1137 | (positions (dired-save-positions)) | 1140 | (positions (dired-save-positions)) |