Mercurial > emacs
comparison man/buffers.texi @ 54378:3577d1f9f73a
(Misc Buffer): Add index entry for rename-uniquely.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Mar 2004 10:15:18 +0000 |
parents | 3f4d59c8c90d |
children | c2bec3c79554 |
comparison
equal
deleted
inserted
replaced
54377:a9843a971cfc | 54378:3577d1f9f73a |
---|---|
215 @kbd{M-x rename-buffer} changes the name of the current buffer. Specify | 215 @kbd{M-x rename-buffer} changes the name of the current buffer. Specify |
216 the new name as a minibuffer argument. There is no default. If you | 216 the new name as a minibuffer argument. There is no default. If you |
217 specify a name that is in use for some other buffer, an error happens and | 217 specify a name that is in use for some other buffer, an error happens and |
218 no renaming is done. | 218 no renaming is done. |
219 | 219 |
220 @findex rename-uniquely | |
220 @kbd{M-x rename-uniquely} renames the current buffer to a similar | 221 @kbd{M-x rename-uniquely} renames the current buffer to a similar |
221 name with a numeric suffix added to make it both different and unique. | 222 name with a numeric suffix added to make it both different and unique. |
222 This command does not need an argument. It is useful for creating | 223 This command does not need an argument. It is useful for creating |
223 multiple shell buffers: if you rename the @samp{*Shell*} buffer, then | 224 multiple shell buffers: if you rename the @samp{*Shell*} buffer, then |
224 do @kbd{M-x shell} again, it makes a new shell buffer named | 225 do @kbd{M-x shell} again, it makes a new shell buffer named |