emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/building.texi,v


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/man/building.texi,v
Date: Wed, 05 Jul 2006 07:53:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Thien-Thi Nguyen <ttn>  06/07/05 07:53:25

Index: building.texi
===================================================================
RCS file: /sources/emacs/emacs/man/building.texi,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- building.texi       3 Jul 2006 18:17:21 -0000       1.101
+++ building.texi       5 Jul 2006 07:53:25 -0000       1.102
@@ -1250,7 +1250,7 @@
 the echo area (@code{eval-defun}).
 @item M-x eval-region
 Evaluate all the Lisp expressions in the region.
address@hidden M-x eval-current-buffer
address@hidden M-x eval-buffer
 Evaluate all the Lisp expressions in the buffer.
 @end table
 
@@ -1305,11 +1305,11 @@
 definition for Edebug (@pxref{Instrumenting, Instrumenting for Edebug,, elisp, 
the Emacs Lisp Reference Manual}).
 
 @findex eval-region
address@hidden eval-current-buffer
address@hidden eval-buffer
   The most general command for evaluating Lisp expressions from a buffer
 is @code{eval-region}.  @kbd{M-x eval-region} parses the text of the
 region as one or more Lisp expressions, evaluating them one by one.
address@hidden eval-current-buffer} is similar but evaluates the entire
address@hidden eval-buffer} is similar but evaluates the entire
 buffer.  This is a reasonable way to install the contents of a file of
 Lisp code that you are ready to test.  Later, as you find bugs and
 change individual functions, use @kbd{C-M-x} on each function that you




reply via email to

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