diff options
| -rw-r--r-- | lispref/locals.texi | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lispref/locals.texi b/lispref/locals.texi index 21473ab0e09..dac89598f70 100644 --- a/lispref/locals.texi +++ b/lispref/locals.texi | |||
| @@ -36,6 +36,9 @@ use, but we don't try to list them all here. | |||
| 36 | @item buffer-display-table | 36 | @item buffer-display-table |
| 37 | @xref{Display Tables}. | 37 | @xref{Display Tables}. |
| 38 | 38 | ||
| 39 | @item buffer-display-time | ||
| 40 | @xref{Buffers and Windows}. | ||
| 41 | |||
| 39 | @item buffer-file-coding-system | 42 | @item buffer-file-coding-system |
| 40 | @xref{Encoding and I/O}. | 43 | @xref{Encoding and I/O}. |
| 41 | 44 | ||
| @@ -78,6 +81,9 @@ use, but we don't try to list them all here. | |||
| 78 | @item ctl-arrow | 81 | @item ctl-arrow |
| 79 | @xref{Usual Display}. | 82 | @xref{Usual Display}. |
| 80 | 83 | ||
| 84 | @item cursor-type | ||
| 85 | @xref{Window Frame Parameters}. | ||
| 86 | |||
| 81 | @item comment-column | 87 | @item comment-column |
| 82 | @xref{Comments,,, emacs, The GNU Emacs Manual}. | 88 | @xref{Comments,,, emacs, The GNU Emacs Manual}. |
| 83 | 89 | ||
| @@ -90,27 +96,44 @@ use, but we don't try to list them all here. | |||
| 90 | @item desktop-save-buffer | 96 | @item desktop-save-buffer |
| 91 | @xref{Desktop Save Mode}. | 97 | @xref{Desktop Save Mode}. |
| 92 | 98 | ||
| 99 | @ignore | ||
| 100 | @item direction-reversed | ||
| 101 | Does not work yet. | ||
| 102 | @end ignore | ||
| 103 | |||
| 93 | @item enable-multibyte-characters | 104 | @item enable-multibyte-characters |
| 94 | @ref{Non-ASCII Characters}. | 105 | @ref{Non-ASCII Characters}. |
| 95 | 106 | ||
| 96 | @item fill-column | 107 | @item fill-column |
| 97 | @xref{Auto Filling}. | 108 | @xref{Auto Filling}. |
| 98 | 109 | ||
| 110 | @item fringes-outside-margins | ||
| 111 | @xref{Fringes}. | ||
| 112 | |||
| 99 | @item goal-column | 113 | @item goal-column |
| 100 | @xref{Moving Point,,, emacs, The GNU Emacs Manual}. | 114 | @xref{Moving Point,,, emacs, The GNU Emacs Manual}. |
| 101 | 115 | ||
| 102 | @item header-line-format | 116 | @item header-line-format |
| 103 | @xref{Mode Line Data}. | 117 | @xref{Mode Line Data}. |
| 104 | 118 | ||
| 119 | @item indicate-buffer-boundaries | ||
| 120 | @xref{Usual Display}. | ||
| 121 | |||
| 105 | @item indicate-empty-lines | 122 | @item indicate-empty-lines |
| 106 | @xref{Usual Display}. | 123 | @xref{Usual Display}. |
| 107 | 124 | ||
| 125 | @item left-fringe-width | ||
| 126 | @xref{Fringes}. | ||
| 127 | |||
| 108 | @item left-margin | 128 | @item left-margin |
| 109 | @xref{Indentation}. | 129 | @xref{Indentation}. |
| 110 | 130 | ||
| 111 | @item left-margin-width | 131 | @item left-margin-width |
| 112 | @xref{Display Margins}. | 132 | @xref{Display Margins}. |
| 113 | 133 | ||
| 134 | @item line-spacing | ||
| 135 | @xref{Yet to be written}. | ||
| 136 | |||
| 114 | @item local-abbrev-table | 137 | @item local-abbrev-table |
| 115 | @xref{Abbrevs}. | 138 | @xref{Abbrevs}. |
| 116 | 139 | ||
| @@ -156,9 +179,18 @@ Used for communication between mouse commands and scroll-bar commands. | |||
| 156 | @item require-final-newline | 179 | @item require-final-newline |
| 157 | @xref{Insertion}. | 180 | @xref{Insertion}. |
| 158 | 181 | ||
| 182 | @item right-fringe-width | ||
| 183 | @xref{Fringes}. | ||
| 184 | |||
| 159 | @item right-margin-width | 185 | @item right-margin-width |
| 160 | @xref{Display Margins}. | 186 | @xref{Display Margins}. |
| 161 | 187 | ||
| 188 | @item scroll-bar-mode | ||
| 189 | @xref{Scroll Bars}. | ||
| 190 | |||
| 191 | @item scroll-bar-width | ||
| 192 | @xref{Scroll Bars}. | ||
| 193 | |||
| 162 | @item scroll-down-aggressively | 194 | @item scroll-down-aggressively |
| 163 | @xref{Textual Scrolling}. | 195 | @xref{Textual Scrolling}. |
| 164 | 196 | ||
| @@ -179,6 +211,9 @@ Used for communication between mouse commands and scroll-bar commands. | |||
| 179 | 211 | ||
| 180 | @item vc-mode | 212 | @item vc-mode |
| 181 | @xref{Mode Line Variables}. | 213 | @xref{Mode Line Variables}. |
| 214 | |||
| 215 | @item vertical-scroll-bar | ||
| 216 | @xref{Yet to be written}. | ||
| 182 | @end table | 217 | @end table |
| 183 | 218 | ||
| 184 | @ignore | 219 | @ignore |