comparison doc/lispref/windows.texi @ 109267:71353caf35e3

Untabify doc/lispref/*.texi. * abbrevs.texi, commands.texi, compile.texi, debugging.texi: * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi: * frames.texi, functions.texi, internals.texi, keymaps.texi: * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi: * searching.texi, sequences.texi, strings.texi, syntax.texi: * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi: Untabify Texinfo files.
author Glenn Morris <rgm@gnu.org>
date Tue, 22 Jun 2010 20:36:56 -0700
parents e2da1d33db95
children 376148b31b5e
comparison
equal deleted inserted replaced
109266:9df40307a957 109267:71353caf35e3
20 * Selecting Windows:: The selected window is the one that you edit in. 20 * Selecting Windows:: The selected window is the one that you edit in.
21 * Cyclic Window Ordering:: Moving around the existing windows. 21 * Cyclic Window Ordering:: Moving around the existing windows.
22 * Buffers and Windows:: Each window displays the contents of a buffer. 22 * Buffers and Windows:: Each window displays the contents of a buffer.
23 * Displaying Buffers:: Higher-level functions for displaying a buffer 23 * Displaying Buffers:: Higher-level functions for displaying a buffer
24 and choosing a window for it. 24 and choosing a window for it.
25 * Choosing Window:: How to choose a window for displaying a buffer. 25 * Choosing Window:: How to choose a window for displaying a buffer.
26 * Dedicated Windows:: How to avoid displaying another buffer in 26 * Dedicated Windows:: How to avoid displaying another buffer in
27 a specific window. 27 a specific window.
28 * Window Point:: Each window has its own location of point. 28 * Window Point:: Each window has its own location of point.
29 * Window Start and End:: Buffer positions indicating which text is 29 * Window Start and End:: Buffer positions indicating which text is
30 on-screen in a window. 30 on-screen in a window.
31 * Textual Scrolling:: Moving text up and down through the window. 31 * Textual Scrolling:: Moving text up and down through the window.