view autogen.sh @ 103237:0c05518365a6

(Selecting Windows): Clarify descriptions of with-selected-window and get-lru-window. (Cyclic Window Ordering): Refer to particular frame when talking about how splitting affects the ordering. (Displaying Buffers): Fix descriptions of switch-to-buffer and switch-to-buffer-other-window. Explain how setting of display-buffer-reuse-frames affects pop-to-buffer. (Choosing Window): Clarify some details in descriptions of display-buffer-reuse-frames, pop-up-frames, and pop-up-frame-function. (Dedicated Windows): Clarify some details. (Textual Scrolling): Replace term vscroll by term vertical scroll position. (Vertical Scrolling): Fix typo. (Window Hooks): Relate text on jit-lock-register to window scrolling and size changes.
author Martin Rudalics <rudalics@gmx.at>
date Sun, 17 May 2009 12:11:18 +0000
parents 156cffa89b1b
children 4c90ffeb71c5 7b9e6639caa3
line wrap: on
line source

#!/bin/sh

echo "Please read INSTALL.CVS for instructions on how to build Emacs from CVS."

# Exit with failure, since people may have generic build scripts that
# try things like "autogen.sh && ./configure && make".
exit 1

# arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0