diff man/lispref/positions.texi @ 335:54f7aa390f4f r21-0-65

Import from CVS: tag r21-0-65
author cvs
date Mon, 13 Aug 2007 10:50:39 +0200
parents 341dac730539
children a4f53d9b3154
line wrap: on
line diff
--- a/man/lispref/positions.texi	Mon Aug 13 10:49:52 2007 +0200
+++ b/man/lispref/positions.texi	Mon Aug 13 10:50:39 2007 +0200
@@ -82,7 +82,7 @@
 This function returns the maximum accessible value of point in
 @var{buffer}.  This is @code{(1+ (buffer-size buffer))}, unless
 narrowing is in effect, in which case it is the position of the end of
-the region that you narrowed to. (@xref{Narrowing}).  @var{buffer}
+the region that you narrowed to. (@pxref{Narrowing}).  @var{buffer}
 defaults to the current buffer if omitted.
 @end defun