emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107418: Add a clarification to Buffe


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107418: Add a clarification to Buffers chapter of Emacs manual.
Date: Sat, 25 Feb 2012 11:49:22 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107418
author: Dani Moncayo <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-25 11:49:22 +0800
message:
  Add a clarification to Buffers chapter of Emacs manual.
  
  * doc/emacs/buffers.texi (Select Buffer): Mention that saving in a new file
  name can switch to a different major mode.
modified:
  doc/emacs/ChangeLog
  doc/emacs/buffers.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-02-23 08:32:18 +0000
+++ b/doc/emacs/ChangeLog       2012-02-25 03:49:22 +0000
@@ -1,3 +1,8 @@
+2012-02-25  Dani Moncayo  <address@hidden>  (tiny change)
+
+       * buffers.texi (Select Buffer): Mention that saving in a new file
+       name can switch to a different major mode.
+
 2012-02-23  Glenn Morris  <address@hidden>
 
        * mini.texi (Minibuffer File, Completion Options, Repetition):

=== modified file 'doc/emacs/buffers.texi'
--- a/doc/emacs/buffers.texi    2012-02-09 06:43:23 +0000
+++ b/doc/emacs/buffers.texi    2012-02-25 03:49:22 +0000
@@ -106,7 +106,9 @@
 determines the new buffer's major mode; the default value is
 Fundamental mode.  @xref{Major Modes}.  One reason to create a new
 buffer is to use it for making temporary notes.  If you try to save
-it, Emacs asks for the file name to use.
+it, Emacs asks for the file name to use, and the buffer's major mode
+is re-established taking that file name into account (@pxref{Choosing
+Modes}).
 
 @kindex C-x @key{LEFT}
 @kindex C-x @key{RIGHT}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]