emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/markers.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/markers.texi,v
Date: Sat, 07 Apr 2007 01:47:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:47:35

Index: markers.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/markers.texi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- markers.texi        31 Mar 2007 17:27:34 -0000      1.32
+++ markers.texi        7 Apr 2007 01:47:35 -0000       1.33
@@ -176,7 +176,6 @@
 @end defun
 
 @defun point-max-marker
address@hidden end of buffer marker
 This function returns a new marker that points to the end of the
 accessible portion of the buffer.  This will be the end of the buffer
 unless narrowing is in effect.  @xref{Narrowing}.
@@ -550,7 +549,7 @@
 @end defun
 
 @defopt transient-mark-mode
address@hidden Transient Mark mode
address@hidden  @cindex Transient Mark mode  Redundant
 This variable if address@hidden enables Transient Mark mode, in which
 every buffer-modifying primitive sets @code{deactivate-mark}.  The
 consequence of this is that commands that modify the buffer normally
@@ -629,7 +628,7 @@
 
 @node The Region
 @section The Region
address@hidden region between mark and point
address@hidden region (between point and mark)
 
   The text between point and the mark is known as @dfn{the region}.
 Various functions operate on text delimited by point and the mark, but




reply via email to

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