X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=man%2Flispref%2Fpositions.texi;h=13832019512e29a9cd435604451b8f42ede72b88;hb=b3f3ccab297ad7cf1907aedaa078f14f4540249b;hp=e52319d899af4ad38b8579eee6c5a3db250b453a;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/man/lispref/positions.texi b/man/lispref/positions.texi index e52319d..1383201 100644 --- a/man/lispref/positions.texi +++ b/man/lispref/positions.texi @@ -82,7 +82,7 @@ omitted. 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 @@ -901,7 +901,7 @@ before you try it. If @var{body} changes the current buffer, @code{save-restriction} still restores the restrictions on the original buffer (the buffer whose -restructions it saved from), but it does not restore the identity of the +restrictions it saved from), but it does not restore the identity of the current buffer. @code{save-restriction} does @emph{not} restore point and the mark; use