diff options
| author | Richard M. Stallman | 2004-11-27 19:04:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-27 19:04:47 +0000 |
| commit | 4b0dc4d3dd3635698862ca6c8a0764d2a61b8de0 (patch) | |
| tree | 7a2e16d5d959db3cf9d53a33b452e859e56e8f07 | |
| parent | f5c9c551adf6a504a771f42c107aac2f4d545a09 (diff) | |
| download | emacs-4b0dc4d3dd3635698862ca6c8a0764d2a61b8de0.tar.gz emacs-4b0dc4d3dd3635698862ca6c8a0764d2a61b8de0.zip | |
(Standard Buffer-Local Variables): Undo prev change.
Remove a few vars that are not always buffer-local.
| -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. | |||
| 132 | @xref{Display Margins}. | 132 | @xref{Display Margins}. |
| 133 | 133 | ||
| 134 | @item line-spacing | 134 | @item line-spacing |
| 135 | @c @xref{Yet to be written}. | 135 | @c Cause an error so we will fix this. |
| 136 | @xref{Yet to be written}. | ||
| 136 | 137 | ||
| 137 | @item local-abbrev-table | 138 | @item local-abbrev-table |
| 138 | @xref{Abbrevs}. | 139 | @xref{Abbrevs}. |
| @@ -146,9 +147,6 @@ Does not work yet. | |||
| 146 | @item mark-ring | 147 | @item mark-ring |
| 147 | @xref{The Mark}. | 148 | @xref{The Mark}. |
| 148 | 149 | ||
| 149 | @item minor-modes | ||
| 150 | @xref{Minor Modes}. | ||
| 151 | |||
| 152 | @item mode-line-buffer-identification | 150 | @item mode-line-buffer-identification |
| 153 | @xref{Mode Line Variables}. | 151 | @xref{Mode Line Variables}. |
| 154 | 152 | ||
| @@ -167,27 +165,15 @@ Does not work yet. | |||
| 167 | @item overwrite-mode | 165 | @item overwrite-mode |
| 168 | @xref{Insertion}. | 166 | @xref{Insertion}. |
| 169 | 167 | ||
| 170 | @item paragraph-separate | ||
| 171 | @xref{Standard Regexps}. | ||
| 172 | |||
| 173 | @item paragraph-start | ||
| 174 | @xref{Standard Regexps}. | ||
| 175 | |||
| 176 | @item point-before-scroll | 168 | @item point-before-scroll |
| 177 | Used for communication between mouse commands and scroll-bar commands. | 169 | Used for communication between mouse commands and scroll-bar commands. |
| 178 | 170 | ||
| 179 | @item require-final-newline | ||
| 180 | @xref{Insertion}. | ||
| 181 | |||
| 182 | @item right-fringe-width | 171 | @item right-fringe-width |
| 183 | @xref{Fringes}. | 172 | @xref{Fringes}. |
| 184 | 173 | ||
| 185 | @item right-margin-width | 174 | @item right-margin-width |
| 186 | @xref{Display Margins}. | 175 | @xref{Display Margins}. |
| 187 | 176 | ||
| 188 | @item scroll-bar-mode | ||
| 189 | @xref{Scroll Bars}. | ||
| 190 | |||
| 191 | @item scroll-bar-width | 177 | @item scroll-bar-width |
| 192 | @xref{Scroll Bars}. | 178 | @xref{Scroll Bars}. |
| 193 | 179 | ||
| @@ -213,7 +199,7 @@ Used for communication between mouse commands and scroll-bar commands. | |||
| 213 | @xref{Mode Line Variables}. | 199 | @xref{Mode Line Variables}. |
| 214 | 200 | ||
| 215 | @item vertical-scroll-bar | 201 | @item vertical-scroll-bar |
| 216 | @c @xref{Yet to be written}. | 202 | @xref{Yet to be written}. |
| 217 | @end table | 203 | @end table |
| 218 | 204 | ||
| 219 | @ignore | 205 | @ignore |