diff options
| author | Chong Yidong | 2006-07-06 13:55:49 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-07-06 13:55:49 +0000 |
| commit | 077f47e2a55d369277be24c5a8181f33b61db837 (patch) | |
| tree | c402a9c6fa06d987b117d7e693690e464417e9da | |
| parent | 1dc75cda6b5e8431fbc1de90d73f953d5e102f20 (diff) | |
| download | emacs-077f47e2a55d369277be24c5a8181f33b61db837.tar.gz emacs-077f47e2a55d369277be24c5a8181f33b61db837.zip | |
* files.el (find-alternate-file): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/files.el | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed9b3775d5f..73f4292c6ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-07-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * files.el (find-alternate-file): Doc fix. | ||
| 4 | |||
| 1 | 2006-07-05 Richard Stallman <rms@gnu.org> | 5 | 2006-07-05 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * files.el (abbreviate-file-name): Add save-match-data. | 7 | * files.el (abbreviate-file-name): Add save-match-data. |
diff --git a/lisp/files.el b/lisp/files.el index 750cb36068a..90ca58a7511 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1192,7 +1192,11 @@ If the current buffer now contains an empty file that you just visited | |||
| 1192 | \(presumably by mistake), use this command to visit the file you really want. | 1192 | \(presumably by mistake), use this command to visit the file you really want. |
| 1193 | 1193 | ||
| 1194 | Interactively, or if WILDCARDS is non-nil in a call from Lisp, | 1194 | Interactively, or if WILDCARDS is non-nil in a call from Lisp, |
| 1195 | expand wildcards (if any) and replace the file with multiple files." | 1195 | expand wildcards (if any) and replace the file with multiple files. |
| 1196 | |||
| 1197 | If the current buffer is an indirect buffer, or the base buffer | ||
| 1198 | for one or more indirect buffers, the other buffer(s) are not | ||
| 1199 | killed." | ||
| 1196 | (interactive | 1200 | (interactive |
| 1197 | (let ((file buffer-file-name) | 1201 | (let ((file buffer-file-name) |
| 1198 | (file-name nil) | 1202 | (file-name nil) |