emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Sun, 03 Mar 2002 15:27:25 -0500

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.46 emacs/lispref/modes.texi:1.47
*** emacs/lispref/modes.texi:1.46       Tue Feb 12 14:33:15 2002
--- emacs/lispref/modes.texi    Sun Mar  3 15:27:25 2002
***************
*** 35,41 ****
  @cindex Fundamental mode
  
    Major modes specialize Emacs for editing particular kinds of text.
! Each buffer has only one major mode at a time.
  
    The least specialized major mode is called @dfn{Fundamental mode}.
  This mode has no mode-specific definitions or variable settings, so each
--- 35,46 ----
  @cindex Fundamental mode
  
    Major modes specialize Emacs for editing particular kinds of text.
! Each buffer has only one major mode at a time.  For each major mode
! there is a function to switch to that mode in the current buffer; its
! name should end in @samp{-mode}.  These functions work by setting
! buffer-local variable bindings and other data associated with the
! buffer, such as a local keymap.  The effect lasts until you switch
! to another major mode in the same buffer.
  
    The least specialized major mode is called @dfn{Fundamental mode}.
  This mode has no mode-specific definitions or variable settings, so each



reply via email to

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