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: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Thu, 08 Sep 2005 18:01:03 -0400

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




reply via email to

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