aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-07-06 13:55:49 +0000
committerChong Yidong2006-07-06 13:55:49 +0000
commit077f47e2a55d369277be24c5a8181f33b61db837 (patch)
treec402a9c6fa06d987b117d7e693690e464417e9da
parent1dc75cda6b5e8431fbc1de90d73f953d5e102f20 (diff)
downloademacs-077f47e2a55d369277be24c5a8181f33b61db837.tar.gz
emacs-077f47e2a55d369277be24c5a8181f33b61db837.zip
* files.el (find-alternate-file): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/files.el6
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 @@
12006-07-06 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (find-alternate-file): Doc fix.
4
12006-07-05 Richard Stallman <rms@gnu.org> 52006-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
1194Interactively, or if WILDCARDS is non-nil in a call from Lisp, 1194Interactively, or if WILDCARDS is non-nil in a call from Lisp,
1195expand wildcards (if any) and replace the file with multiple files." 1195expand wildcards (if any) and replace the file with multiple files.
1196
1197If the current buffer is an indirect buffer, or the base buffer
1198for one or more indirect buffers, the other buffer(s) are not
1199killed."
1196 (interactive 1200 (interactive
1197 (let ((file buffer-file-name) 1201 (let ((file buffer-file-name)
1198 (file-name nil) 1202 (file-name nil)