diff man/lispref/positions.texi @ 394:7d59cb494b73 r21-2-12

Import from CVS: tag r21-2-12
author cvs
date Mon, 13 Aug 2007 11:11:37 +0200
parents 6240c7796c7a
children
line wrap: on
line diff
--- a/man/lispref/positions.texi	Mon Aug 13 11:10:52 2007 +0200
+++ b/man/lispref/positions.texi	Mon Aug 13 11:11:37 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