emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/display.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/display.texi
Date: Sun, 30 Jan 2005 06:09:19 -0500

Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.79 emacs/man/display.texi:1.80
*** emacs/man/display.texi:1.79 Sun Jan  9 01:58:58 2005
--- emacs/man/display.texi      Sun Jan 30 11:09:19 2005
***************
*** 219,225 ****
  @findex global-font-lock-mode
  @vindex global-font-lock-mode
    To turn on Font Lock mode automatically in all modes which support
! it, customize the user option @code{global-font-lock-mode} or use the
  function @code{global-font-lock-mode} in your @file{.emacs} file, like
  this:
  
--- 219,225 ----
  @findex global-font-lock-mode
  @vindex global-font-lock-mode
    To turn on Font Lock mode automatically in all modes which support
! it, customize the variable @code{global-font-lock-mode} or use the
  function @code{global-font-lock-mode} in your @file{.emacs} file, like
  this:
  
***************
*** 327,335 ****
  that becomes visible is fontified as soon as it is displayed.  The
  parts of the buffer that are not displayed are fontified
  ``stealthily'', in the background, i.e.@: when Emacs is idle.  You can
! control this background fontification, called @dfn{Just-In-Time}, or
! @dfn{JIT} Font Lock, by customizing various options in the
! customization group @samp{jit-lock}.  @xref{Specific Customization}.
  
  @node Highlight Changes
  @section Highlight Changes Mode
--- 327,335 ----
  that becomes visible is fontified as soon as it is displayed.  The
  parts of the buffer that are not displayed are fontified
  ``stealthily'', in the background, i.e.@: when Emacs is idle.  You can
! control this background fontification, also called @dfn{Just-In-Time}
! (or @dfn{JIT}) Lock, by customizing variables in the customization
! group @samp{jit-lock}.  @xref{Specific Customization}.
  
  @node Highlight Changes
  @section Highlight Changes Mode
***************
*** 1087,1093 ****
  state, with the same appearance as when the blinking cursor blinks
  ``off''.  For a box cursor, this is a hollow box; for a bar cursor,
  this is a thinner bar.  To turn off cursors in non-selected windows,
! customize the option @code{cursor-in-non-selected-windows} and assign
  it a @code{nil} value.
  
  @vindex x-stretch-cursor
--- 1087,1093 ----
  state, with the same appearance as when the blinking cursor blinks
  ``off''.  For a box cursor, this is a hollow box; for a bar cursor,
  this is a thinner bar.  To turn off cursors in non-selected windows,
! customize the variable @code{cursor-in-non-selected-windows} and assign
  it a @code{nil} value.
  
  @vindex x-stretch-cursor




reply via email to

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