Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.122 emacs/lispref/modes.texi:1.123
*** emacs/lispref/modes.texi:1.122      Fri Sep  2 18:48:45 2005
--- emacs/lispref/modes.texi    Thu Sep  8 22:00:58 2005
***************
*** 961,971 ****
  @end deffn
  
  @defvar major-mode
! This variable holds the symbol for the current buffer's major mode.
! This symbol should have a function definition that is the command to
! switch to that major mode.  The @code{describe-mode} function uses the
! documentation string of the function as the documentation of the major
! mode.
  @end defvar
  
  @node Derived Modes
--- 961,971 ----
  @end deffn
  
  @defvar major-mode
! This buffer-local variable holds the symbol for the current buffer's
! major mode.  This symbol should have a function definition that is the
! command to switch to that major mode.  The @code{describe-mode}
! function uses the documentation string of the function as the
! documentation of the major mode.
  @end defvar
  
  @node Derived Modes


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to