diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 67 | ||||
| -rw-r--r-- | doc/lispref/customize.texi | 4 |
2 files changed, 38 insertions, 33 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 702db101549..210897f6de3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * customize.texi (Variable Definitions): Mention the default :group | ||
| 4 | for defcustoms (bug#13093). | ||
| 5 | |||
| 1 | 2012-12-05 Chong Yidong <cyd@gnu.org> | 6 | 2012-12-05 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * lists.texi (Plist Access): Move put example to Symbol Plists. | 8 | * lists.texi (Plist Access): Move put example to Symbol Plists. |
| @@ -17,7 +22,7 @@ | |||
| 17 | * display.texi (Defining Faces): | 22 | * display.texi (Defining Faces): |
| 18 | * sequences.texi (Char-Tables): Fix xref. | 23 | * sequences.texi (Char-Tables): Fix xref. |
| 19 | 24 | ||
| 20 | * keymaps.texi (Key Sequences): kbd is now a function. | 25 | * keymaps.texi (Key Sequences): `kbd' is now a function. |
| 21 | 26 | ||
| 22 | * commands.texi (Using Interactive): Fix index entry. | 27 | * commands.texi (Using Interactive): Fix index entry. |
| 23 | 28 | ||
| @@ -27,16 +32,14 @@ | |||
| 27 | (Windows and Frames): Fix example. Move description of | 32 | (Windows and Frames): Fix example. Move description of |
| 28 | window-in-direction here. | 33 | window-in-direction here. |
| 29 | (Recombining Windows): Fix example. | 34 | (Recombining Windows): Fix example. |
| 30 | (Buffers and Windows): Fix description of | 35 | (Buffers and Windows): Fix description of replace-buffer-in-windows. |
| 31 | replace-buffer-in-windows. | ||
| 32 | (Switching Buffers): Reword. | 36 | (Switching Buffers): Reword. |
| 33 | (Display Action Functions): Minor adjustments. | 37 | (Display Action Functions): Minor adjustments. |
| 34 | (Choosing Window Options): Minor fixes. | 38 | (Choosing Window Options): Minor fixes. |
| 35 | (Window History): Minor rewording. | 39 | (Window History): Minor rewording. |
| 36 | (Dedicated Windows): Correct and reword part describing how | 40 | (Dedicated Windows): Correct and reword part describing how |
| 37 | dedicatedness affects functions removing buffers or windows. | 41 | dedicatedness affects functions removing buffers or windows. |
| 38 | * buffers.texi (The Buffer List): Fix description of | 42 | * buffers.texi (The Buffer List): Fix description of bury-buffer. |
| 39 | bury-buffer. | ||
| 40 | 43 | ||
| 41 | 2012-11-23 Chong Yidong <cyd@gnu.org> | 44 | 2012-11-23 Chong Yidong <cyd@gnu.org> |
| 42 | 45 | ||
| @@ -97,8 +100,8 @@ | |||
| 97 | 100 | ||
| 98 | * windows.texi (Choosing Window): Rewrite description of | 101 | * windows.texi (Choosing Window): Rewrite description of |
| 99 | display-buffer-alist (Bug#12167). | 102 | display-buffer-alist (Bug#12167). |
| 100 | (Display Action Functions): Mention inhibit-switch-frame. Fix | 103 | (Display Action Functions): Mention inhibit-switch-frame. |
| 101 | description of display-buffer-below-selected. Reorder actions. | 104 | Fix description of display-buffer-below-selected. Reorder actions. |
| 102 | Add example (Bug#12848). | 105 | Add example (Bug#12848). |
| 103 | 106 | ||
| 104 | 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | 107 | 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -188,11 +191,11 @@ | |||
| 188 | switch-to-buffer-preserve-window-point. | 191 | switch-to-buffer-preserve-window-point. |
| 189 | (Display Action Functions): Document window-height and | 192 | (Display Action Functions): Document window-height and |
| 190 | window-width alist entries. | 193 | window-width alist entries. |
| 191 | (Display Action Functions): Document | 194 | (Display Action Functions): |
| 192 | display-buffer-below-selected and | 195 | Document display-buffer-below-selected and |
| 193 | display-buffer-in-previous-window. | 196 | display-buffer-in-previous-window. |
| 194 | (Quitting Windows): Document quit-restore-window. Rewrite | 197 | (Quitting Windows): Document quit-restore-window. |
| 195 | section. | 198 | Rewrite section. |
| 196 | (Window Configurations): In window-state-get mention that | 199 | (Window Configurations): In window-state-get mention that |
| 197 | argument window must be valid. | 200 | argument window must be valid. |
| 198 | (Window Parameters): Document quit-restore window parameter | 201 | (Window Parameters): Document quit-restore window parameter |
| @@ -292,8 +295,8 @@ | |||
| 292 | * minibuf.texi (Text from Minibuffer): Document read-regexp | 295 | * minibuf.texi (Text from Minibuffer): Document read-regexp |
| 293 | changes. | 296 | changes. |
| 294 | 297 | ||
| 295 | * nonascii.texi (Selecting a Representation): Document | 298 | * nonascii.texi (Selecting a Representation): |
| 296 | set-buffer-multibyte changes. | 299 | Document set-buffer-multibyte changes. |
| 297 | 300 | ||
| 298 | * keymaps.texi (Toolkit Differences): Node deleted. | 301 | * keymaps.texi (Toolkit Differences): Node deleted. |
| 299 | (Easy Menu): New node. | 302 | (Easy Menu): New node. |
| @@ -1065,8 +1068,8 @@ | |||
| 1065 | 1068 | ||
| 1066 | 2012-04-12 Jari Aalto <jari.aalto@cante.net> | 1069 | 2012-04-12 Jari Aalto <jari.aalto@cante.net> |
| 1067 | 1070 | ||
| 1068 | * processes.texi (Synchronous Processes): Mention | 1071 | * processes.texi (Synchronous Processes): |
| 1069 | `default-directory' (bug#7515). | 1072 | Mention `default-directory' (bug#7515). |
| 1070 | 1073 | ||
| 1071 | 2012-04-09 Chong Yidong <cyd@gnu.org> | 1074 | 2012-04-09 Chong Yidong <cyd@gnu.org> |
| 1072 | 1075 | ||
| @@ -1089,8 +1092,8 @@ | |||
| 1089 | 1092 | ||
| 1090 | * minibuf.texi (Programmed Completion): Remove obsolete variable | 1093 | * minibuf.texi (Programmed Completion): Remove obsolete variable |
| 1091 | completion-annotate-function. | 1094 | completion-annotate-function. |
| 1092 | (Completion Variables): Rename from Completion Styles. Document | 1095 | (Completion Variables): Rename from Completion Styles. |
| 1093 | completion-extra-properties. Document completion-styles-alist | 1096 | Document completion-extra-properties. Document completion-styles-alist |
| 1094 | change. | 1097 | change. |
| 1095 | (Reading File Names): minibuffer-local-filename-must-match-map is | 1098 | (Reading File Names): minibuffer-local-filename-must-match-map is |
| 1096 | not used anymore. | 1099 | not used anymore. |
| @@ -1225,8 +1228,8 @@ | |||
| 1225 | Minor clarifications. | 1228 | Minor clarifications. |
| 1226 | (Defining Faces): Copyedits. Update face example. | 1229 | (Defining Faces): Copyedits. Update face example. |
| 1227 | (Attribute Functions): Mark set-face-foreground etc as commands. | 1230 | (Attribute Functions): Mark set-face-foreground etc as commands. |
| 1228 | (Face Remapping): Mention text-scale-adjust. Clarify | 1231 | (Face Remapping): Mention text-scale-adjust. |
| 1229 | face-remapping-alist and related docs. | 1232 | Clarify face-remapping-alist and related docs. |
| 1230 | (Face Functions): Don't document make-face or copy-face. | 1233 | (Face Functions): Don't document make-face or copy-face. |
| 1231 | 1234 | ||
| 1232 | 2012-03-20 Chong Yidong <cyd@gnu.org> | 1235 | 2012-03-20 Chong Yidong <cyd@gnu.org> |
| @@ -1567,8 +1570,8 @@ | |||
| 1567 | (Syntax Properties): Document syntax-propertize-function and | 1570 | (Syntax Properties): Document syntax-propertize-function and |
| 1568 | syntax-propertize-extend-region-functions. | 1571 | syntax-propertize-extend-region-functions. |
| 1569 | (Motion via Parsing): Clarify scan-lists. Fix indentation. | 1572 | (Motion via Parsing): Clarify scan-lists. Fix indentation. |
| 1570 | (Parser State): Update for the new "c" comment style. Fix | 1573 | (Parser State): Update for the new "c" comment style. |
| 1571 | description of item 7 (comment style). | 1574 | Fix description of item 7 (comment style). |
| 1572 | 1575 | ||
| 1573 | * modes.texi (Minor Modes): Update how mode commands should treat | 1576 | * modes.texi (Minor Modes): Update how mode commands should treat |
| 1574 | arguments now. | 1577 | arguments now. |
| @@ -1646,9 +1649,9 @@ | |||
| 1646 | 1649 | ||
| 1647 | * debugging.texi (Debugging): Copyedits. Describe testcover, ERT. | 1650 | * debugging.texi (Debugging): Copyedits. Describe testcover, ERT. |
| 1648 | (Error Debugging): Note that debug-ignored-errors overrides list | 1651 | (Error Debugging): Note that debug-ignored-errors overrides list |
| 1649 | values of debug-on-error too. Add xref to Signaling Errors. Note | 1652 | values of debug-on-error too. Add xref to Signaling Errors. |
| 1650 | that debug-on-signal is not customizable. Mention | 1653 | Note that debug-on-signal is not customizable. |
| 1651 | condition-case-unless-debug. | 1654 | Mention condition-case-unless-debug. |
| 1652 | (Compilation Errors): Node deleted. | 1655 | (Compilation Errors): Node deleted. |
| 1653 | 1656 | ||
| 1654 | * compile.texi (Compiler Errors): Move a paragraph here from | 1657 | * compile.texi (Compiler Errors): Move a paragraph here from |
| @@ -1764,15 +1767,15 @@ | |||
| 1764 | 2012-02-04 Chong Yidong <cyd@gnu.org> | 1767 | 2012-02-04 Chong Yidong <cyd@gnu.org> |
| 1765 | 1768 | ||
| 1766 | * functions.texi (What Is a Function): Add closures. Mention | 1769 | * functions.texi (What Is a Function): Add closures. Mention |
| 1767 | "return value" terminology. Add xref for command-execute. Remove | 1770 | "return value" terminology. Add xref for command-execute. |
| 1768 | unused "keystroke command" terminology. | 1771 | Remove unused "keystroke command" terminology. |
| 1769 | (Lambda Expressions): Give a different example than in the | 1772 | (Lambda Expressions): Give a different example than in the |
| 1770 | following subsection. Add xref to Anonymous Functions. | 1773 | following subsection. Add xref to Anonymous Functions. |
| 1771 | (Function Documentation): Remove gratuitous markup. | 1774 | (Function Documentation): Remove gratuitous markup. |
| 1772 | (Function Names): Move introductory text to `What Is a Function'. | 1775 | (Function Names): Move introductory text to `What Is a Function'. |
| 1773 | (Defining Functions): Fix defun argument spec. | 1776 | (Defining Functions): Fix defun argument spec. |
| 1774 | (Anonymous Functions): Document lambda macro explicitly. Mention | 1777 | (Anonymous Functions): Document lambda macro explicitly. |
| 1775 | effects on lexical binding. | 1778 | Mention effects on lexical binding. |
| 1776 | (Function Cells): Downplay direct usage of fset. | 1779 | (Function Cells): Downplay direct usage of fset. |
| 1777 | (Closures): New node. | 1780 | (Closures): New node. |
| 1778 | (Inline Functions): Remove "open-code" terminology. | 1781 | (Inline Functions): Remove "open-code" terminology. |
| @@ -1903,8 +1906,8 @@ | |||
| 1903 | * variables.texi (Variables, Local Variables, Void Variables): | 1906 | * variables.texi (Variables, Local Variables, Void Variables): |
| 1904 | Edit to make the descriptions less specific to dynamic binding. | 1907 | Edit to make the descriptions less specific to dynamic binding. |
| 1905 | (Local Variables): Default max-specpdl-size is now 1300. | 1908 | (Local Variables): Default max-specpdl-size is now 1300. |
| 1906 | (Defining Variables): Edits for lexical scoping. Delete | 1909 | (Defining Variables): Edits for lexical scoping. |
| 1907 | information about starting docstrings with *. De-document | 1910 | Delete information about starting docstrings with *. De-document |
| 1908 | user-variable-p. | 1911 | user-variable-p. |
| 1909 | (Tips for Defining): Remove an unimportant discussion of quitting | 1912 | (Tips for Defining): Remove an unimportant discussion of quitting |
| 1910 | in the middle of a load. | 1913 | in the middle of a load. |
| @@ -1992,8 +1995,8 @@ | |||
| 1992 | 1995 | ||
| 1993 | 2012-01-06 Chong Yidong <cyd@gnu.org> | 1996 | 2012-01-06 Chong Yidong <cyd@gnu.org> |
| 1994 | 1997 | ||
| 1995 | * variables.texi (Directory Local Variables): Document | 1998 | * variables.texi (Directory Local Variables): |
| 1996 | hack-dir-local-variables-non-file-buffer. | 1999 | Document hack-dir-local-variables-non-file-buffer. |
| 1997 | 2000 | ||
| 1998 | 2012-01-06 Glenn Morris <rgm@gnu.org> | 2001 | 2012-01-06 Glenn Morris <rgm@gnu.org> |
| 1999 | 2002 | ||
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 1fb8bb3e71a..14076fe9408 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -303,7 +303,9 @@ evaluate at any time. | |||
| 303 | The argument @var{doc} specifies the documentation string for the | 303 | The argument @var{doc} specifies the documentation string for the |
| 304 | variable. | 304 | variable. |
| 305 | 305 | ||
| 306 | Every @code{defcustom} should specify @code{:group} at least once. | 306 | If a @code{defcustom} does not specify any @code{:group}, the last group |
| 307 | defined with @code{defgroup} in the same file will be used. This way, most | ||
| 308 | @code{defcustom} do not need an explicit @code{:group}. | ||
| 307 | 309 | ||
| 308 | When you evaluate a @code{defcustom} form with @kbd{C-M-x} in Emacs Lisp | 310 | When you evaluate a @code{defcustom} form with @kbd{C-M-x} in Emacs Lisp |
| 309 | mode (@code{eval-defun}), a special feature of @code{eval-defun} | 311 | mode (@code{eval-defun}), a special feature of @code{eval-defun} |