Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
334:58353925ad93 | 335:54f7aa390f4f |
---|---|
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 |