diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-27 19:04:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-27 19:04:47 +0000 |
commit | 4b0dc4d3dd3635698862ca6c8a0764d2a61b8de0 (patch) | |
tree | 7a2e16d5d959db3cf9d53a33b452e859e56e8f07 /lispref/locals.texi | |
parent | f5c9c551adf6a504a771f42c107aac2f4d545a09 (diff) | |
download | emacs-4b0dc4d3dd3635698862ca6c8a0764d2a61b8de0.tar.gz |
(Standard Buffer-Local Variables): Undo prev change.
Remove a few vars that are not always buffer-local.
Diffstat (limited to 'lispref/locals.texi')
-rw-r--r-- | lispref/locals.texi | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/lispref/locals.texi b/lispref/locals.texi index ae1d9f40f42..b545078ce7d 100644 --- a/lispref/locals.texi +++ b/lispref/locals.texi @@ -132,7 +132,8 @@ Does not work yet. @xref{Display Margins}. @item line-spacing -@c @xref{Yet to be written}. +@c Cause an error so we will fix this. +@xref{Yet to be written}. @item local-abbrev-table @xref{Abbrevs}. @@ -146,9 +147,6 @@ Does not work yet. @item mark-ring @xref{The Mark}. -@item minor-modes -@xref{Minor Modes}. - @item mode-line-buffer-identification @xref{Mode Line Variables}. @@ -167,27 +165,15 @@ Does not work yet. @item overwrite-mode @xref{Insertion}. -@item paragraph-separate -@xref{Standard Regexps}. - -@item paragraph-start -@xref{Standard Regexps}. - @item point-before-scroll Used for communication between mouse commands and scroll-bar commands. -@item require-final-newline -@xref{Insertion}. - @item right-fringe-width @xref{Fringes}. @item right-margin-width @xref{Display Margins}. -@item scroll-bar-mode -@xref{Scroll Bars}. - @item scroll-bar-width @xref{Scroll Bars}. @@ -213,7 +199,7 @@ Used for communication between mouse commands and scroll-bar commands. @xref{Mode Line Variables}. @item vertical-scroll-bar -@c @xref{Yet to be written}. +@xref{Yet to be written}. @end table @ignore |