# HG changeset patch # User Chong Yidong # Date 1152194149 0 # Node ID 5a4a7b32f980dc0f88846c3611d344d128eaa7b1 # Parent 84b036167761669dc1f7aa233277798333109ce9 * files.el (find-alternate-file): Doc fix. diff -r 84b036167761 -r 5a4a7b32f980 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 06 13:44:10 2006 +0000 +++ b/lisp/ChangeLog Thu Jul 06 13:55:49 2006 +0000 @@ -1,3 +1,7 @@ +2006-07-06 Chong Yidong + + * files.el (find-alternate-file): Doc fix. + 2006-07-05 Richard Stallman * files.el (abbreviate-file-name): Add save-match-data. diff -r 84b036167761 -r 5a4a7b32f980 lisp/files.el --- a/lisp/files.el Thu Jul 06 13:44:10 2006 +0000 +++ b/lisp/files.el Thu Jul 06 13:55:49 2006 +0000 @@ -1192,7 +1192,11 @@ \(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)