[climacs-cvs] CVS update: climacs/Doc/climacs-internals.texi

Aleksandar Bakic abakic at common-lisp.net
Tue Jan 18 18:59:56 UTC 2005


Update of /project/climacs/cvsroot/climacs/Doc
In directory common-lisp.net:/tmp/cvs-serv32053/Doc

Modified Files:
	climacs-internals.texi 
Log Message:
Rudi's change to delete-region (the relative order of marks should not
matter) and one more related to insertions at the end of buffer.

Date: Tue Jan 18 10:59:55 2005
Author: abakic

Index: climacs/Doc/climacs-internals.texi
diff -u climacs/Doc/climacs-internals.texi:1.7 climacs/Doc/climacs-internals.texi:1.8
--- climacs/Doc/climacs-internals.texi:1.7	Fri Jan  7 22:04:21 2005
+++ climacs/Doc/climacs-internals.texi	Tue Jan 18 10:59:54 2005
@@ -307,13 +307,12 @@
 
 @deffn {Generic Function} {delete-region} mark1 mark2
 
-Delete the objects in the buffer that are after mark1 and before
-mark2.  An error is signaled if the two marks are positioned in
-different buffers.  If mark1 is positioned at an offset equal to or
-greater than that of mark2, no objects are deleted.  If objects are
-to be deleted, this function calls delete-buffer-range with the
-appropriate arguments.  It is acceptable to pass an offset in place
-of one of the marks.
+Delete the objects in the buffer that are
+between mark1 and mark2.  An error is signaled if the two marks
+are positioned in different buffers.  It is acceptable to pass an
+offset in place of one of the marks.
+
+This function calls delete-buffer-range with the appropriate arguments.
 @end deffn
 
 @section Getting objects out of the buffer




More information about the Climacs-cvs mailing list