]> code.delx.au - gnu-emacs/commitdiff
* files.el (find-alternate-file): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 6 Jul 2006 13:55:49 +0000 (13:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 6 Jul 2006 13:55:49 +0000 (13:55 +0000)
lisp/ChangeLog
lisp/files.el

index ed9b3775d5f50830be0f4382e20098d3de85d7ee..73f4292c6ed275727695238f1f4cb30510577457 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (find-alternate-file): Doc fix.
+
 2006-07-05  Richard Stallman  <rms@gnu.org>
 
        * files.el (abbreviate-file-name): Add save-match-data.
index 750cb36068a04776a5c4b9ed31e360408159b3d2..90ca58a7511e4af50047a737ae35ba32752333df 100644 (file)
@@ -1192,7 +1192,11 @@ If the current buffer now contains an empty file that you just visited
 \(presumably by mistake), use this command to visit the file you really want.
 
 Interactively, or if WILDCARDS is non-nil in a call from Lisp,
-expand wildcards (if any) and replace the file with multiple files."
+expand wildcards (if any) and replace the file with multiple files.
+
+If the current buffer is an indirect buffer, or the base buffer
+for one or more indirect buffers, the other buffer(s) are not
+killed."
   (interactive
    (let ((file buffer-file-name)
         (file-name nil)