diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-08-30 18:58:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-08-30 18:58:31 +0000 |
commit | 15da78536bb69e74946c09c560df969f6d145ae6 (patch) | |
tree | a61f6699780822cc3602f031c8e2d3e5ba552f5b /lispref/positions.texi | |
parent | 9ee9af7aa2044c456e493eddfe082bba4206f976 (diff) | |
download | emacs-15da78536bb69e74946c09c560df969f6d145ae6.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/positions.texi')
-rw-r--r-- | lispref/positions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi index 998dddd4d14..43be1bad65e 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -81,7 +81,7 @@ is the position of the start of the region that you narrowed to. This function returns the maximum accessible value of point in the current buffer. This is @code{(1+ (buffer-size))}, unless narrowing is in effect, in which case it is the position of the end of the region -that you narrowed to. (@xref{Narrowing}). +that you narrowed to. (@pxref{Narrowing}). @end defun @defun buffer-end flag |