aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2005-10-31 18:56:40 +0000
committerRomain Francoise2005-10-31 18:56:40 +0000
commit158a07a81a8aaf532be9ea558778a6cbe38628e3 (patch)
tree7fbebfa7de2d2f85849364386c49b6d43b551d74
parentac8c0cce68f1ab2c16e16167ed030b623b18791a (diff)
downloademacs-158a07a81a8aaf532be9ea558778a6cbe38628e3.tar.gz
emacs-158a07a81a8aaf532be9ea558778a6cbe38628e3.zip
* files.texi (Compressed Files): Fix typo.
* buffers.texi (Misc Buffer): Downcase `*shell*'. * windows.texi (Force Same Window): Likewise.
-rw-r--r--man/ChangeLog8
-rw-r--r--man/buffers.texi4
-rw-r--r--man/files.texi2
-rw-r--r--man/windows.texi2
4 files changed, 12 insertions, 4 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index f64cb04fce2..a571235bd45 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,11 @@
12005-10-31 Romain Francoise <romain@orebokech.com>
2
3 * files.texi (Compressed Files): Fix typo.
4
5 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6
7 * windows.texi (Force Same Window): Likewise.
8
12005-10-30 Bill Wohler <wohler@newt.com> 92005-10-30 Bill Wohler <wohler@newt.com>
2 10
3 * help.texi (Help Mode): URLs viewed with browse-url. 11 * help.texi (Help Mode): URLs viewed with browse-url.
diff --git a/man/buffers.texi b/man/buffers.texi
index b47d337e5a9..3b750497aaf 100644
--- a/man/buffers.texi
+++ b/man/buffers.texi
@@ -252,9 +252,9 @@ no renaming is done.
252 @kbd{M-x rename-uniquely} renames the current buffer to a similar 252 @kbd{M-x rename-uniquely} renames the current buffer to a similar
253name with a numeric suffix added to make it both different and unique. 253name with a numeric suffix added to make it both different and unique.
254This command does not need an argument. It is useful for creating 254This command does not need an argument. It is useful for creating
255multiple shell buffers: if you rename the @samp{*Shell*} buffer, then 255multiple shell buffers: if you rename the @samp{*shell*} buffer, then
256do @kbd{M-x shell} again, it makes a new shell buffer named 256do @kbd{M-x shell} again, it makes a new shell buffer named
257@samp{*Shell*}; meanwhile, the old shell buffer continues to exist 257@samp{*shell*}; meanwhile, the old shell buffer continues to exist
258under its new name. This method is also good for mail buffers, 258under its new name. This method is also good for mail buffers,
259compilation buffers, and most Emacs features that create special 259compilation buffers, and most Emacs features that create special
260buffers with particular names. (With some of these features, such as 260buffers with particular names. (With some of these features, such as
diff --git a/man/files.texi b/man/files.texi
index 9a5afc5551c..b42bf52fb39 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -3084,7 +3084,7 @@ support them, this command is not defined.
3084@pindex gzip 3084@pindex gzip
3085 3085
3086 Emacs automatically uncompresses compressed files when you visit 3086 Emacs automatically uncompresses compressed files when you visit
3087them, and automatically recompress them if you alter them and save 3087them, and automatically recompresses them if you alter them and save
3088them. Emacs recognizes compressed files by their file names. File 3088them. Emacs recognizes compressed files by their file names. File
3089names ending in @samp{.gz} indicate a file compressed with 3089names ending in @samp{.gz} indicate a file compressed with
3090@code{gzip}. Other endings indicate other compression programs. 3090@code{gzip}. Other endings indicate other compression programs.
diff --git a/man/windows.texi b/man/windows.texi
index 023b96340ff..ecd13de7286 100644
--- a/man/windows.texi
+++ b/man/windows.texi
@@ -226,7 +226,7 @@ window. This runs @code{find-file-read-only-other-window}.
226 226
227 Certain Emacs commands switch to a specific buffer with special 227 Certain Emacs commands switch to a specific buffer with special
228contents. For example, @kbd{M-x shell} switches to a buffer named 228contents. For example, @kbd{M-x shell} switches to a buffer named
229@samp{*Shell*}. By convention, all these commands are written to pop up 229@samp{*shell*}. By convention, all these commands are written to pop up
230the buffer in a separate window. But you can specify that certain of 230the buffer in a separate window. But you can specify that certain of
231these buffers should appear in the selected window. 231these buffers should appear in the selected window.
232 232