comparison lispref/display.texi @ 65369:822218f80ae4

2005-09-08 Chong Yidong <cyd@stupidchicken.com> * locals.texi (Standard Buffer-Local Variables): Don't include mode variables for minor modes. Fix xrefs for buffer-display-count, buffer-display-table, buffer-offer-save, buffer-saved-size, cache-long-line-scans, enable-multibyte-characters, fill-column, header-line-format, left-fringe-width, left-margin, and right-fringe-width. * hooks.texi (Standard Hooks): All hooks should conform to the standard naming convention now. Fix xref for `echo-area-clear-hook'. * display.texi (Usual Display): Note that indicate-empty-lines and tab-width are buffer-local. * files.texi (Saving Buffers): Add xref to `Killing Buffers'. * modes.texi (Mode Help): Note that major-mode is buffer-local. * nonascii.texi (Encoding and I/O): Note that buffer-file-coding-system is buffer-local. * positions.texi (List Motion): Note that defun-prompt-regexp is buffer-local. * text.texi (Auto Filling): Note that auto-fill-function is buffer-local. (Undo): Note that buffer-undo-list is buffer-local. * windows.texi (Buffers and Windows): Document buffer-display-count.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 08 Sep 2005 22:00:58 +0000
parents 64ac61f4b3b4
children 6759056e7603 10fe5fadaf89
comparison
equal deleted inserted replaced
65368:792e39b7cf7e 65369:822218f80ae4
4544 The value of this variable is the default value for @code{ctl-arrow} in 4544 The value of this variable is the default value for @code{ctl-arrow} in
4545 buffers that do not override it. @xref{Default Value}. 4545 buffers that do not override it. @xref{Default Value}.
4546 @end defvar 4546 @end defvar
4547 4547
4548 @defopt tab-width 4548 @defopt tab-width
4549 The value of this variable is the spacing between tab stops used for 4549 The value of this buffer-local variable is the spacing between tab
4550 displaying tab characters in Emacs buffers. The value is in units of 4550 stops used for displaying tab characters in Emacs buffers. The value
4551 columns, and the default is 8. Note that this feature is completely 4551 is in units of columns, and the default is 8. Note that this feature
4552 independent of the user-settable tab stops used by the command 4552 is completely independent of the user-settable tab stops used by the
4553 @code{tab-to-tab-stop}. @xref{Indent Tabs}. 4553 command @code{tab-to-tab-stop}. @xref{Indent Tabs}.
4554 @end defopt 4554 @end defopt
4555 4555
4556 @defopt indicate-empty-lines 4556 @defopt indicate-empty-lines
4557 @tindex indicate-empty-lines 4557 @tindex indicate-empty-lines
4558 @cindex fringes, and empty line indication 4558 @cindex fringes, and empty line indication
4559 When this is non-@code{nil}, Emacs displays a special glyph in the 4559 When this is non-@code{nil}, Emacs displays a special glyph in the
4560 fringe of each empty line at the end of the buffer, on terminals that 4560 fringe of each empty line at the end of the buffer, on terminals that
4561 support it (window systems). @xref{Fringes}. 4561 support it (window systems). @xref{Fringes}.
4562 This variable is automatically buffer-local in every buffer.
4562 @end defopt 4563 @end defopt
4563 4564
4564 @defvar indicate-buffer-boundaries 4565 @defvar indicate-buffer-boundaries
4565 This buffer-local variable controls how the buffer boundaries and 4566 This buffer-local variable controls how the buffer boundaries and
4566 window scrolling are indicated in the window fringes. 4567 window scrolling are indicated in the window fringes.