]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.texi (Compressed Files): Fix typo.
authorRomain Francoise <romain@orebokech.com>
Mon, 31 Oct 2005 18:56:40 +0000 (18:56 +0000)
committerRomain Francoise <romain@orebokech.com>
Mon, 31 Oct 2005 18:56:40 +0000 (18:56 +0000)
* buffers.texi (Misc Buffer): Downcase `*shell*'.

* windows.texi (Force Same Window): Likewise.

man/ChangeLog
man/buffers.texi
man/files.texi
man/windows.texi

index f64cb04fce27302c0a3af3bb67b69296fb7af7dd..a571235bd45cf069e917953ec4ca7fdefe9c9f9b 100644 (file)
@@ -1,3 +1,11 @@
+2005-10-31  Romain Francoise  <romain@orebokech.com>
+
+       * files.texi (Compressed Files): Fix typo.
+
+       * buffers.texi (Misc Buffer): Downcase `*shell*'.
+
+       * windows.texi (Force Same Window): Likewise.
+
 2005-10-30  Bill Wohler  <wohler@newt.com>
 
        * help.texi (Help Mode): URLs viewed with browse-url.
index b47d337e5a9617f7f5636c50ec3793add6385dc8..3b750497aaf52c0d77d93b7c1caff38dfdf88b72 100644 (file)
@@ -252,9 +252,9 @@ no renaming is done.
   @kbd{M-x rename-uniquely} renames the current buffer to a similar
 name with a numeric suffix added to make it both different and unique.
 This command does not need an argument.  It is useful for creating
-multiple shell buffers: if you rename the @samp{*Shell*} buffer, then
+multiple shell buffers: if you rename the @samp{*shell*} buffer, then
 do @kbd{M-x shell} again, it makes a new shell buffer named
-@samp{*Shell*}; meanwhile, the old shell buffer continues to exist
+@samp{*shell*}; meanwhile, the old shell buffer continues to exist
 under its new name.  This method is also good for mail buffers,
 compilation buffers, and most Emacs features that create special
 buffers with particular names.  (With some of these features, such as
index 9a5afc5551c397d863db774444966b9cd79c37c8..b42bf52fb398838c571411711a28fa4b50ec2c63 100644 (file)
@@ -3084,7 +3084,7 @@ support them, this command is not defined.
 @pindex gzip
 
   Emacs automatically uncompresses compressed files when you visit
-them, and automatically recompress them if you alter them and save
+them, and automatically recompresses them if you alter them and save
 them.  Emacs recognizes compressed files by their file names.  File
 names ending in @samp{.gz} indicate a file compressed with
 @code{gzip}.  Other endings indicate other compression programs.
index 023b96340ff675e3a187df035c784ae93c0ae33d..ecd13de7286e69072b1d34377f2be07e3c102594 100644 (file)
@@ -226,7 +226,7 @@ window.  This runs @code{find-file-read-only-other-window}.
 
   Certain Emacs commands switch to a specific buffer with special
 contents.  For example, @kbd{M-x shell} switches to a buffer named
-@samp{*Shell*}.  By convention, all these commands are written to pop up
+@samp{*shell*}.  By convention, all these commands are written to pop up
 the buffer in a separate window.  But you can specify that certain of
 these buffers should appear in the selected window.