diff options
| author | Glenn Morris | 2012-02-27 20:17:02 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-27 20:17:02 -0800 |
| commit | 291573719010a4be4d7515d9d4e93bd828b4f39c (patch) | |
| tree | 8a6ee37f673a82d1b3c267266604b7bbefa0665a /doc | |
| parent | 1383d930d5e34f5c875aa3e8720156f0e9a6fd8e (diff) | |
| download | emacs-291573719010a4be4d7515d9d4e93bd828b4f39c.tar.gz emacs-291573719010a4be4d7515d9d4e93bd828b4f39c.zip | |
Remove lispref/locals.texi
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html
* doc/lispref/locals.texi: Remove file.
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi:
Don't include locals.texi. Remove menu entry.
* doc/lispref/errors.texi, doc/lispref/maps.texi: Adjust node pointers.
* doc/lispref/internals.texi (Buffer Internals):
Remove cross-refs to locals.texi.
* doc/lispref/Makefile.in (srcs): Remove locals.texi.
* admin/FOR-RELEASE: Related markup.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/Makefile.in | 3 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/errors.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/internals.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/locals.texi | 217 | ||||
| -rw-r--r-- | doc/lispref/maps.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/vol1.texi | 3 | ||||
| -rw-r--r-- | doc/lispref/vol2.texi | 3 |
8 files changed, 6 insertions, 236 deletions
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 4128eb06d7f..5094a3f8ab6 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Makefile for the GNU Emacs Lisp Reference Manual. | 1 | # Makefile for the GNU Emacs Lisp Reference Manual. |
| 2 | 2 | ||
| 3 | # Copyright (C) 1990-1996, 1998-2012 Free Software Foundation, Inc. | 3 | # Copyright (C) 1990-1996, 1998-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -70,7 +70,6 @@ srcs = \ | |||
| 70 | $(srcdir)/keymaps.texi \ | 70 | $(srcdir)/keymaps.texi \ |
| 71 | $(srcdir)/lists.texi \ | 71 | $(srcdir)/lists.texi \ |
| 72 | $(srcdir)/loading.texi \ | 72 | $(srcdir)/loading.texi \ |
| 73 | $(srcdir)/locals.texi \ | ||
| 74 | $(srcdir)/macros.texi \ | 73 | $(srcdir)/macros.texi \ |
| 75 | $(srcdir)/maps.texi \ | 74 | $(srcdir)/maps.texi \ |
| 76 | $(srcdir)/markers.texi \ | 75 | $(srcdir)/markers.texi \ |
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 70646294656..701fa2a61ee 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -44,8 +44,7 @@ | |||
| 44 | This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@* | 44 | This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@* |
| 45 | corresponding to Emacs version @value{EMACSVER}. | 45 | corresponding to Emacs version @value{EMACSVER}. |
| 46 | 46 | ||
| 47 | Copyright @copyright{} 1990-1996, 1998-2012 Free Software | 47 | Copyright @copyright{} 1990-1996, 1998-2012 Free Software Foundation, Inc. |
| 48 | Foundation, Inc. | ||
| 49 | 48 | ||
| 50 | @quotation | 49 | @quotation |
| 51 | Permission is granted to copy, distribute and/or modify this document | 50 | Permission is granted to copy, distribute and/or modify this document |
| @@ -171,8 +170,6 @@ Appendices | |||
| 171 | * GNU Emacs Internals:: Building and dumping Emacs; | 170 | * GNU Emacs Internals:: Building and dumping Emacs; |
| 172 | internal data structures. | 171 | internal data structures. |
| 173 | * Standard Errors:: List of main error symbols. | 172 | * Standard Errors:: List of main error symbols. |
| 174 | * Standard Buffer-Local Variables:: | ||
| 175 | List of variables buffer-local in all buffers. | ||
| 176 | * Standard Keymaps:: List of standard keymaps. | 173 | * Standard Keymaps:: List of standard keymaps. |
| 177 | * Standard Hooks:: List of standard hook variables. | 174 | * Standard Hooks:: List of standard hook variables. |
| 178 | 175 | ||
| @@ -1512,7 +1509,6 @@ Object Internals | |||
| 1512 | @include tips.texi | 1509 | @include tips.texi |
| 1513 | @include internals.texi | 1510 | @include internals.texi |
| 1514 | @include errors.texi | 1511 | @include errors.texi |
| 1515 | @include locals.texi | ||
| 1516 | @include maps.texi | 1512 | @include maps.texi |
| 1517 | @include hooks.texi | 1513 | @include hooks.texi |
| 1518 | 1514 | ||
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 17ea389e093..76ab8b235f5 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @setfilename ../../info/errors | 5 | @setfilename ../../info/errors |
| 6 | @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, Top | 6 | @node Standard Errors, Standard Keymaps, GNU Emacs Internals, Top |
| 7 | @appendix Standard Errors | 7 | @appendix Standard Errors |
| 8 | @cindex standard errors | 8 | @cindex standard errors |
| 9 | 9 | ||
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index df6193cf13b..66357516c41 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1993, 1998-1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1993, 1998-1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @setfilename ../../info/internals | 5 | @setfilename ../../info/internals |
| 6 | @node GNU Emacs Internals, Standard Errors, Tips, Top | 6 | @node GNU Emacs Internals, Standard Errors, Tips, Top |
| @@ -1011,8 +1011,7 @@ These fields store the values of Lisp variables that are automatically | |||
| 1011 | buffer-local (@pxref{Buffer-Local Variables}), whose corresponding | 1011 | buffer-local (@pxref{Buffer-Local Variables}), whose corresponding |
| 1012 | variable names have the additional prefix @code{buffer-} and have | 1012 | variable names have the additional prefix @code{buffer-} and have |
| 1013 | underscores replaced with dashes. For instance, @code{undo_list} | 1013 | underscores replaced with dashes. For instance, @code{undo_list} |
| 1014 | stores the value of @code{buffer-undo-list}. @xref{Standard | 1014 | stores the value of @code{buffer-undo-list}. |
| 1015 | Buffer-Local Variables}. | ||
| 1016 | 1015 | ||
| 1017 | @item mark | 1016 | @item mark |
| 1018 | The mark for the buffer. The mark is a marker, hence it is also | 1017 | The mark for the buffer. The mark is a marker, hence it is also |
| @@ -1095,7 +1094,6 @@ These fields store the values of Lisp variables that are automatically | |||
| 1095 | buffer-local (@pxref{Buffer-Local Variables}), whose corresponding | 1094 | buffer-local (@pxref{Buffer-Local Variables}), whose corresponding |
| 1096 | variable names have underscores replaced with dashes. For instance, | 1095 | variable names have underscores replaced with dashes. For instance, |
| 1097 | @code{mode_line_format} stores the value of @code{mode-line-format}. | 1096 | @code{mode_line_format} stores the value of @code{mode-line-format}. |
| 1098 | @xref{Standard Buffer-Local Variables}. | ||
| 1099 | 1097 | ||
| 1100 | @item last_selected_window | 1098 | @item last_selected_window |
| 1101 | This is the last window that was selected with this buffer in it, or @code{nil} | 1099 | This is the last window that was selected with this buffer in it, or @code{nil} |
diff --git a/doc/lispref/locals.texi b/doc/lispref/locals.texi deleted file mode 100644 index a075d955add..00000000000 --- a/doc/lispref/locals.texi +++ /dev/null | |||
| @@ -1,217 +0,0 @@ | |||
| 1 | @c -*-texinfo-*- | ||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | ||
| 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. | ||
| 4 | @c See the file elisp.texi for copying conditions. | ||
| 5 | @setfilename ../../info/locals | ||
| 6 | @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top | ||
| 7 | @appendix Buffer-Local Variables | ||
| 8 | @c The title "Standard Buffer-Local Variables" is too long for | ||
| 9 | @c smallbook. --rjc 30mar92 | ||
| 10 | @cindex buffer-local variables, general-purpose | ||
| 11 | @cindex standard buffer-local variables | ||
| 12 | |||
| 13 | The table below lists the general-purpose Emacs variables that | ||
| 14 | automatically become buffer-local in each buffer. Most become | ||
| 15 | buffer-local only when set; a few of them are always local in every | ||
| 16 | buffer. Many Lisp packages define such variables for their internal | ||
| 17 | use, but we don't try to list them all here. | ||
| 18 | |||
| 19 | Every buffer-specific minor mode defines a buffer-local variable | ||
| 20 | named @samp{@var{modename}-mode}. @xref{Minor Mode Conventions}. | ||
| 21 | Minor mode variables will not be listed here. | ||
| 22 | |||
| 23 | @table @code | ||
| 24 | @item auto-fill-function | ||
| 25 | @xref{Auto Filling}. | ||
| 26 | |||
| 27 | @item buffer-auto-save-file-format | ||
| 28 | @xref{Format Conversion}. | ||
| 29 | |||
| 30 | @item buffer-auto-save-file-name | ||
| 31 | @xref{Auto-Saving}. | ||
| 32 | |||
| 33 | @item buffer-backed-up | ||
| 34 | @xref{Making Backups}. | ||
| 35 | |||
| 36 | @item buffer-display-count | ||
| 37 | @xref{Buffers and Windows}. | ||
| 38 | |||
| 39 | @item buffer-display-table | ||
| 40 | @xref{Active Display Table}. | ||
| 41 | |||
| 42 | @item buffer-display-time | ||
| 43 | @xref{Buffers and Windows}. | ||
| 44 | |||
| 45 | @item buffer-file-coding-system | ||
| 46 | @xref{Encoding and I/O}. | ||
| 47 | |||
| 48 | @item buffer-file-format | ||
| 49 | @xref{Format Conversion}. | ||
| 50 | |||
| 51 | @item buffer-file-name | ||
| 52 | @xref{Buffer File Name}. | ||
| 53 | |||
| 54 | @item buffer-file-number | ||
| 55 | @xref{Buffer File Name}. | ||
| 56 | |||
| 57 | @item buffer-file-truename | ||
| 58 | @xref{Buffer File Name}. | ||
| 59 | |||
| 60 | @item buffer-file-type | ||
| 61 | @xref{MS-DOS File Types}. | ||
| 62 | |||
| 63 | @item buffer-invisibility-spec | ||
| 64 | @xref{Invisible Text}. | ||
| 65 | |||
| 66 | @item buffer-offer-save | ||
| 67 | @xref{Killing Buffers}. | ||
| 68 | |||
| 69 | @item buffer-save-without-query | ||
| 70 | @xref{Killing Buffers}. | ||
| 71 | |||
| 72 | @item buffer-read-only | ||
| 73 | @xref{Read Only Buffers}. | ||
| 74 | |||
| 75 | @item buffer-saved-size | ||
| 76 | @xref{Auto-Saving}. | ||
| 77 | |||
| 78 | @item buffer-undo-list | ||
| 79 | @xref{Undo}. | ||
| 80 | |||
| 81 | @item cache-long-line-scans | ||
| 82 | @xref{Truncation}. | ||
| 83 | |||
| 84 | @item case-fold-search | ||
| 85 | @xref{Searching and Case}. | ||
| 86 | |||
| 87 | @item comment-column | ||
| 88 | @xref{Comments,,, emacs, The GNU Emacs Manual}. | ||
| 89 | |||
| 90 | @item ctl-arrow | ||
| 91 | @xref{Usual Display}. | ||
| 92 | |||
| 93 | @item cursor-in-non-selected-windows | ||
| 94 | @xref{Basic Windows}. | ||
| 95 | |||
| 96 | @item cursor-type | ||
| 97 | @xref{Cursor Parameters}. | ||
| 98 | |||
| 99 | @item default-directory | ||
| 100 | @xref{File Name Expansion}. | ||
| 101 | |||
| 102 | @item defun-prompt-regexp | ||
| 103 | @xref{List Motion}. | ||
| 104 | |||
| 105 | @item desktop-save-buffer | ||
| 106 | @xref{Desktop Save Mode}. | ||
| 107 | |||
| 108 | @item enable-multibyte-characters | ||
| 109 | @ref{Text Representations}. | ||
| 110 | |||
| 111 | @item fill-column | ||
| 112 | @xref{Margins}. | ||
| 113 | |||
| 114 | @item fill-prefix | ||
| 115 | @xref{Margins}. | ||
| 116 | |||
| 117 | @item font-lock-defaults | ||
| 118 | @xref{Font Lock Basics}. | ||
| 119 | |||
| 120 | @item fringe-cursor-alist | ||
| 121 | @xref{Fringe Cursors}. | ||
| 122 | |||
| 123 | @item fringe-indicator-alist | ||
| 124 | @xref{Fringe Indicators}. | ||
| 125 | |||
| 126 | @item fringes-outside-margins | ||
| 127 | @xref{Fringes}. | ||
| 128 | |||
| 129 | @item goal-column | ||
| 130 | @xref{Moving Point,,, emacs, The GNU Emacs Manual}. | ||
| 131 | |||
| 132 | @item header-line-format | ||
| 133 | @xref{Header Lines}. | ||
| 134 | |||
| 135 | @item indicate-buffer-boundaries | ||
| 136 | @xref{Usual Display}. | ||
| 137 | |||
| 138 | @item indicate-empty-lines | ||
| 139 | @xref{Usual Display}. | ||
| 140 | |||
| 141 | @item left-fringe-width | ||
| 142 | @xref{Fringe Size/Pos}. | ||
| 143 | |||
| 144 | @item left-margin | ||
| 145 | @xref{Margins}. | ||
| 146 | |||
| 147 | @item left-margin-width | ||
| 148 | @xref{Display Margins}. | ||
| 149 | |||
| 150 | @item line-spacing | ||
| 151 | @xref{Line Height}. | ||
| 152 | |||
| 153 | @item local-abbrev-table | ||
| 154 | @xref{Standard Abbrev Tables}. | ||
| 155 | |||
| 156 | @item major-mode | ||
| 157 | @xref{Mode Help}. | ||
| 158 | |||
| 159 | @item mark-active | ||
| 160 | @xref{The Mark}. | ||
| 161 | |||
| 162 | @item mark-ring | ||
| 163 | @xref{The Mark}. | ||
| 164 | |||
| 165 | @item mode-line-buffer-identification | ||
| 166 | @xref{Mode Line Variables}. | ||
| 167 | |||
| 168 | @item mode-line-format | ||
| 169 | @xref{Mode Line Data}. | ||
| 170 | |||
| 171 | @item mode-line-modified | ||
| 172 | @xref{Mode Line Variables}. | ||
| 173 | |||
| 174 | @item mode-line-process | ||
| 175 | @xref{Mode Line Variables}. | ||
| 176 | |||
| 177 | @item mode-name | ||
| 178 | @xref{Mode Line Variables}. | ||
| 179 | |||
| 180 | @item point-before-scroll | ||
| 181 | Used for communication between mouse commands and scroll-bar commands. | ||
| 182 | |||
| 183 | @item right-fringe-width | ||
| 184 | @xref{Fringe Size/Pos}. | ||
| 185 | |||
| 186 | @item right-margin-width | ||
| 187 | @xref{Display Margins}. | ||
| 188 | |||
| 189 | @item save-buffer-coding-system | ||
| 190 | @xref{Encoding and I/O}. | ||
| 191 | |||
| 192 | @item scroll-bar-width | ||
| 193 | @xref{Scroll Bars}. | ||
| 194 | |||
| 195 | @item scroll-down-aggressively | ||
| 196 | @itemx scroll-up-aggressively | ||
| 197 | @xref{Textual Scrolling}. | ||
| 198 | |||
| 199 | @item selective-display | ||
| 200 | @itemx selective-display-ellipses | ||
| 201 | @xref{Selective Display}. | ||
| 202 | |||
| 203 | @item tab-width | ||
| 204 | @xref{Usual Display}. | ||
| 205 | |||
| 206 | @item truncate-lines | ||
| 207 | @xref{Truncation}. | ||
| 208 | |||
| 209 | @item vertical-scroll-bar | ||
| 210 | @xref{Scroll Bars}. | ||
| 211 | |||
| 212 | @item window-size-fixed | ||
| 213 | @xref{Resizing Windows}. | ||
| 214 | |||
| 215 | @item write-contents-functions | ||
| 216 | @xref{Saving Buffers}. | ||
| 217 | @end table | ||
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 24cd64a6b35..524eab2cffe 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @setfilename ../../info/maps | 5 | @setfilename ../../info/maps |
| 6 | @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top | 6 | @node Standard Keymaps, Standard Hooks, Standard Errors, Top |
| 7 | @appendix Standard Keymaps | 7 | @appendix Standard Keymaps |
| 8 | @cindex standard keymaps | 8 | @cindex standard keymaps |
| 9 | 9 | ||
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 2a596dd51e8..3bee9401167 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi | |||
| @@ -188,8 +188,6 @@ Appendices | |||
| 188 | * GNU Emacs Internals:: Building and dumping Emacs; | 188 | * GNU Emacs Internals:: Building and dumping Emacs; |
| 189 | internal data structures. | 189 | internal data structures. |
| 190 | * Standard Errors:: List of main error symbols. | 190 | * Standard Errors:: List of main error symbols. |
| 191 | * Standard Buffer-Local Variables:: | ||
| 192 | List of variables buffer-local in all buffers. | ||
| 193 | * Standard Keymaps:: List of standard keymaps. | 191 | * Standard Keymaps:: List of standard keymaps. |
| 194 | * Standard Hooks:: List of standard hook variables. | 192 | * Standard Hooks:: List of standard hook variables. |
| 195 | 193 | ||
| @@ -1532,7 +1530,6 @@ Object Internals | |||
| 1532 | @c include tips.texi | 1530 | @c include tips.texi |
| 1533 | @c include internals.texi | 1531 | @c include internals.texi |
| 1534 | @c include errors.texi | 1532 | @c include errors.texi |
| 1535 | @c include locals.texi | ||
| 1536 | @c include maps.texi | 1533 | @c include maps.texi |
| 1537 | @c include hooks.texi | 1534 | @c include hooks.texi |
| 1538 | 1535 | ||
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index 538ae7a6d9b..1a293635bf6 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi | |||
| @@ -187,8 +187,6 @@ Appendices | |||
| 187 | * GNU Emacs Internals:: Building and dumping Emacs; | 187 | * GNU Emacs Internals:: Building and dumping Emacs; |
| 188 | internal data structures. | 188 | internal data structures. |
| 189 | * Standard Errors:: List of main error symbols. | 189 | * Standard Errors:: List of main error symbols. |
| 190 | * Standard Buffer-Local Variables:: | ||
| 191 | List of variables buffer-local in all buffers. | ||
| 192 | * Standard Keymaps:: List of standard keymaps. | 190 | * Standard Keymaps:: List of standard keymaps. |
| 193 | * Standard Hooks:: List of standard hook variables. | 191 | * Standard Hooks:: List of standard hook variables. |
| 194 | 192 | ||
| @@ -1531,7 +1529,6 @@ Object Internals | |||
| 1531 | @include tips.texi | 1529 | @include tips.texi |
| 1532 | @include internals.texi | 1530 | @include internals.texi |
| 1533 | @include errors.texi | 1531 | @include errors.texi |
| 1534 | @include locals.texi | ||
| 1535 | @include maps.texi | 1532 | @include maps.texi |
| 1536 | @include hooks.texi | 1533 | @include hooks.texi |
| 1537 | 1534 | ||