diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2005-09-08 22:00:58 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2005-09-08 22:00:58 +0000 |
commit | 475aab0deb5eb47377335137afd190ece9fcd92c (patch) | |
tree | 54726842f6e88b23e989787355a917a6d66e4553 /lispref/display.texi | |
parent | 9815ca3d25923c59711abf757c6371bc3548b318 (diff) | |
download | emacs-475aab0deb5eb47377335137afd190ece9fcd92c.tar.gz |
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.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r-- | lispref/display.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 8addb3b67ec..b6348800fad 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -4546,11 +4546,11 @@ buffers that do not override it. @xref{Default Value}. @end defvar @defopt tab-width -The value of this variable is the spacing between tab stops used for -displaying tab characters in Emacs buffers. The value is in units of -columns, and the default is 8. Note that this feature is completely -independent of the user-settable tab stops used by the command -@code{tab-to-tab-stop}. @xref{Indent Tabs}. +The value of this buffer-local variable is the spacing between tab +stops used for displaying tab characters in Emacs buffers. The value +is in units of columns, and the default is 8. Note that this feature +is completely independent of the user-settable tab stops used by the +command @code{tab-to-tab-stop}. @xref{Indent Tabs}. @end defopt @defopt indicate-empty-lines @@ -4559,6 +4559,7 @@ independent of the user-settable tab stops used by the command When this is non-@code{nil}, Emacs displays a special glyph in the fringe of each empty line at the end of the buffer, on terminals that support it (window systems). @xref{Fringes}. +This variable is automatically buffer-local in every buffer. @end defopt @defvar indicate-buffer-boundaries |