comparison lispref/positions.texi @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents d51a733d4b6b
children b65aa1d740eb d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001
4 @c Free Software Foundation, Inc. 4 @c Free Software Foundation, Inc.
5 @c See the file elisp.texi for copying conditions. 5 @c See the file elisp.texi for copying conditions.
6 @setfilename ../info/positions 6 @setfilename ../info/positions
7 @node Positions, Markers, Frames, Top 7 @node Positions, Markers, Frames, Top
8 @chapter Positions 8 @chapter Positions
9 @cindex position (in buffer) 9 @cindex position (in buffer)
629 beginning of the first screen line. @xref{Minibuffer Misc}. 629 beginning of the first screen line. @xref{Minibuffer Misc}.
630 @end defun 630 @end defun
631 631
632 @node List Motion 632 @node List Motion
633 @comment node-name, next, previous, up 633 @comment node-name, next, previous, up
634 @subsection Moving over Balanced Expressions 634 @subsection Moving over Balanced Expressions
635 @cindex sexp motion 635 @cindex sexp motion
636 @cindex Lisp expression motion 636 @cindex Lisp expression motion
637 @cindex list motion 637 @cindex list motion
638 638
639 Here are several functions concerned with balanced-parenthesis 639 Here are several functions concerned with balanced-parenthesis