emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi
Date: Thu, 06 Jan 2005 12:56:40 -0500

Index: emacs/lispref/os.texi
diff -c emacs/lispref/os.texi:1.68 emacs/lispref/os.texi:1.69
*** emacs/lispref/os.texi:1.68  Sat Jan  1 03:51:39 2005
--- emacs/lispref/os.texi       Thu Jan  6 17:44:04 2005
***************
*** 1371,1377 ****
    It is usually a bad idea for timer functions to alter buffer
  contents.  When they do, they usually should call @code{undo-boundary}
  both before and after changing the buffer, to separate the timer's
! changes from user commands' changes.
  
  @deffn Command run-at-time time repeat function &rest args
  This sets up a timer that calls the function @var{function} with
--- 1371,1378 ----
    It is usually a bad idea for timer functions to alter buffer
  contents.  When they do, they usually should call @code{undo-boundary}
  both before and after changing the buffer, to separate the timer's
! changes from user commands' changes and prevent a single undo entry
! from growing to be quite large.
  
  @deffn Command run-at-time time repeat function &rest args
  This sets up a timer that calls the function @var{function} with




reply via email to

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