aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-08-09 18:37:15 +0000
committerLuc Teirlinck2005-08-09 18:37:15 +0000
commit0a54f38c4b877cedb62d12db64b2e5151a27d831 (patch)
tree2c7cadc19d1c90deda7420fff580c2ce0c50fa77
parent872e3f6ffcf5b287dab4e88c86dc17b229a369f5 (diff)
downloademacs-0a54f38c4b877cedb62d12db64b2e5151a27d831.tar.gz
emacs-0a54f38c4b877cedb62d12db64b2e5151a27d831.zip
(Screen Lines): Update xref for previous change in minibuf.texi.
-rw-r--r--lispref/positions.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi
index 3c1e642e6b4..cab8d416e4a 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -636,7 +636,7 @@ the end of the accessible portion of the buffer, and pass @var{line} and
636 636
637When you use @code{compute-motion} for the minibuffer, you need to use 637When you use @code{compute-motion} for the minibuffer, you need to use
638@code{minibuffer-prompt-width} to get the horizontal position of the 638@code{minibuffer-prompt-width} to get the horizontal position of the
639beginning of the first screen line. @xref{Minibuffer Misc}. 639beginning of the first screen line. @xref{Minibuffer Contents}.
640@end defun 640@end defun
641 641
642@node List Motion 642@node List Motion