]> code.delx.au - gnu-emacs/blobdiff - lispref/markers.texi
*** empty log message ***
[gnu-emacs] / lispref / markers.texi
index aa26a0aa030ee1ca82bda9ad36e14caabac1d285..c3fdddc6aab4d3b9857d78f88f13dc7aa7dcf7ed 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003,
-@c   2004, 2005 Free Software Foundation, Inc.
+@c   2004, 2005, 2006 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/markers
 @node Markers, Text, Positions, Top
@@ -21,8 +21,8 @@ deleted, so that it stays with the two characters on either side of it.
 * Marker Insertion Types::   Two ways a marker can relocate when you
                                insert where it points.
 * Moving Markers::           Moving the marker to a new buffer or position.
-* The Mark::                 How ``the mark'' is implemented with a marker.
-* The Region::               How to access ``the region''.
+* The Mark::                 How "the mark" is implemented with a marker.
+* The Region::               How to access "the region".
 @end menu
 
 @node Overview of Markers
@@ -311,7 +311,6 @@ This function returns the buffer that @var{marker} points into, or
 @end defun
 
 @defun buffer-has-markers-at position
-@tindex buffer-has-markers-at
 This function returns @code{t} if one or more markers
 point at position @var{position} in the current buffer.
 @end defun