emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Fri, 26 Sep 2003 05:57:26 -0400

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.30 emacs/lispref/buffers.texi:1.31
*** emacs/lispref/buffers.texi:1.30     Mon Sep  1 11:45:40 2003
--- emacs/lispref/buffers.texi  Fri Sep 26 05:57:26 2003
***************
*** 106,112 ****
  switch visibly to a different buffer so that the user can edit it.  For
  that, you must use the functions described in @ref{Displaying Buffers}.
  
!   @strong{Note:} Lisp functions that change to a different current buffer
  should not depend on the command loop to set it back afterwards.
  Editing commands written in Emacs Lisp can be called from other programs
  as well as from the command loop; it is convenient for the caller if
--- 106,112 ----
  switch visibly to a different buffer so that the user can edit it.  For
  that, you must use the functions described in @ref{Displaying Buffers}.
  
!   @strong{Warning:} Lisp functions that change to a different current buffer
  should not depend on the command loop to set it back afterwards.
  Editing commands written in Emacs Lisp can be called from other programs
  as well as from the command loop; it is convenient for the caller if




reply via email to

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