Mercurial > emacs
comparison lispref/positions.texi @ 25454:80ac191b6d2b
*** empty log message ***
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 30 Aug 1999 18:58:31 +0000 |
parents | 95815bc1f83b |
children | 467b88fab665 |
comparison
equal
deleted
inserted
replaced
25453:61fb4dde8684 | 25454:80ac191b6d2b |
---|---|
79 | 79 |
80 @defun point-max | 80 @defun point-max |
81 This function returns the maximum accessible value of point in the | 81 This function returns the maximum accessible value of point in the |
82 current buffer. This is @code{(1+ (buffer-size))}, unless narrowing is | 82 current buffer. This is @code{(1+ (buffer-size))}, unless narrowing is |
83 in effect, in which case it is the position of the end of the region | 83 in effect, in which case it is the position of the end of the region |
84 that you narrowed to. (@xref{Narrowing}). | 84 that you narrowed to. (@pxref{Narrowing}). |
85 @end defun | 85 @end defun |
86 | 86 |
87 @defun buffer-end flag | 87 @defun buffer-end flag |
88 This function returns @code{(point-min)} if @var{flag} is less than 1, | 88 This function returns @code{(point-min)} if @var{flag} is less than 1, |
89 @code{(point-max)} otherwise. The argument @var{flag} must be a number. | 89 @code{(point-max)} otherwise. The argument @var{flag} must be a number. |