comparison 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
comparison
equal deleted inserted replaced
393:2e030b8965b1 394:7d59cb494b73
80 80
81 @defun point-max &optional buffer 81 @defun point-max &optional buffer
82 This function returns the maximum accessible value of point in 82 This function returns the maximum accessible value of point in
83 @var{buffer}. This is @code{(1+ (buffer-size buffer))}, unless 83 @var{buffer}. This is @code{(1+ (buffer-size buffer))}, unless
84 narrowing is in effect, in which case it is the position of the end of 84 narrowing is in effect, in which case it is the position of the end of
85 the region that you narrowed to. (@xref{Narrowing}). @var{buffer} 85 the region that you narrowed to. (@pxref{Narrowing}). @var{buffer}
86 defaults to the current buffer if omitted. 86 defaults to the current buffer if omitted.
87 @end defun 87 @end defun
88 88
89 @defun buffer-end flag &optional buffer 89 @defun buffer-end flag &optional buffer
90 This function returns @code{(point-min buffer)} if @var{flag} is less 90 This function returns @code{(point-min buffer)} if @var{flag} is less