aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-12 10:15:18 +0000
committerRichard M. Stallman2004-03-12 10:15:18 +0000
commit0e04ec0b0070cfc04bce25e724705f893cd2686f (patch)
tree9a61e9ffcd0ecdd3b4b765f63274ae476932dd6b
parent8bbf587df2b082659d3fe40087b44451ed6bd104 (diff)
downloademacs-0e04ec0b0070cfc04bce25e724705f893cd2686f.tar.gz
emacs-0e04ec0b0070cfc04bce25e724705f893cd2686f.zip
(Misc Buffer): Add index entry for rename-uniquely.
-rw-r--r--man/buffers.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/buffers.texi b/man/buffers.texi
index 7f4c4f3f39e..c2d2a3f76e3 100644
--- a/man/buffers.texi
+++ b/man/buffers.texi
@@ -217,6 +217,7 @@ the new name as a minibuffer argument. There is no default. If you
217specify a name that is in use for some other buffer, an error happens and 217specify a name that is in use for some other buffer, an error happens and
218no renaming is done. 218no 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
221name with a numeric suffix added to make it both different and unique. 222name with a numeric suffix added to make it both different and unique.
222This command does not need an argument. It is useful for creating 223This command does not need an argument. It is useful for creating