emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/keymaps.texi
Date: Sun, 06 Mar 2005 13:17:09 -0500

Index: emacs/lispref/keymaps.texi
diff -c emacs/lispref/keymaps.texi:1.58 emacs/lispref/keymaps.texi:1.59
*** emacs/lispref/keymaps.texi:1.58     Sun Feb 27 00:00:41 2005
--- emacs/lispref/keymaps.texi  Sun Mar  6 18:17:08 2005
***************
*** 1930,1937 ****
  That specifies the default kind of separator.  (For compatibility,
  @code{""} and @code{-} also count as separators.)
  
!   Starting in Emacs 21, certain other values of @var{separator-type}
! specify a different style of separator.  Here is a table of them:
  
  @table @code
  @item "--no-line"
--- 1930,1937 ----
  That specifies the default kind of separator.  (For compatibility,
  @code{""} and @code{-} also count as separators.)
  
!   Certain other values of @var{separator-type} specify a different
! style of separator.  Here is a table of them:
  
  @table @code
  @item "--no-line"
***************
*** 2247,2255 ****
  @end defvar
  
  @defvar menu-bar-update-hook
! This normal hook is run whenever the user clicks on the menu bar, before
! displaying a submenu.  You can use it to update submenus whose contents
! should vary.
  @end defvar
  
  @node Tool Bar
--- 2247,2257 ----
  @end defvar
  
  @defvar menu-bar-update-hook
! This normal hook is run by redisplay to update the menu bar contents,
! before redisplaying the menu bar.  You can use it to update submenus
! whose contents should vary.  Since this hook is run frequently, we
! advise you to ensure that the functions it calls do not take much time
! in the usual case.
  @end defvar
  
  @node Tool Bar
***************
*** 2258,2264 ****
  
    A @dfn{tool bar} is a row of icons at the top of a frame, that execute
  commands when you click on them---in effect, a kind of graphical menu
! bar.  Emacs supports tool bars starting with version 21.
  
    The frame parameter @code{tool-bar-lines} (X resource @samp{toolBar})
  controls how many lines' worth of height to reserve for the tool bar.  A
--- 2260,2266 ----
  
    A @dfn{tool bar} is a row of icons at the top of a frame, that execute
  commands when you click on them---in effect, a kind of graphical menu
! bar.
  
    The frame parameter @code{tool-bar-lines} (X resource @samp{toolBar})
  controls how many lines' worth of height to reserve for the tool bar.  A




reply via email to

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