emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Mon, 17 Oct 2005 02:46:57 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.189 emacs/lispref/display.texi:1.190
*** emacs/lispref/display.texi:1.189    Mon Oct  3 06:39:08 2005
--- emacs/lispref/display.texi  Mon Oct 17 06:46:57 2005
***************
*** 403,409 ****
  Secondly, ``done'' is more explicit.
  @end defun
  
! @defmac dotimes-with-progress-reporter (var count [result]) message body...
  This is a convenience macro that works the same way as @code{dotimes}
  does, but also reports loop progress using the functions described
  above.  It allows you to save some typing.
--- 403,409 ----
  Secondly, ``done'' is more explicit.
  @end defun
  
! @defmac dotimes-with-progress-reporter (var count [result]) message 
address@hidden
  This is a convenience macro that works the same way as @code{dotimes}
  does, but also reports loop progress using the functions described
  above.  It allows you to save some typing.
***************
*** 1721,1727 ****
  customize using the Customization buffer (@pxref{Easy Customization,,,
  emacs, The GNU Emacs Manual}).
  
! @defmac defface face spec doc [keyword value]...
  This declares @var{face} as a customizable face that defaults
  according to @var{spec}.  You should not quote the symbol @var{face},
  and it should not end in @samp{-face} (that would be redundant).  The
--- 1721,1727 ----
  customize using the Customization buffer (@pxref{Easy Customization,,,
  emacs, The GNU Emacs Manual}).
  
! @defmac defface face spec doc [keyword address@hidden
  This declares @var{face} as a customizable face that defaults
  according to @var{spec}.  You should not quote the symbol @var{face},
  and it should not end in @samp{-face} (that would be redundant).  The




reply via email to

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