diff options
| author | Dave Love | 2000-10-16 09:49:57 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-16 09:49:57 +0000 |
| commit | 5e0c8a235d7115a5d00fd69210d11583f935979f (patch) | |
| tree | 6a64f57c890188963e7d24ade6077dc356b5ded8 | |
| parent | cf1e7b12ba3dc42ac4b7d561ca9936a956acf087 (diff) | |
| download | emacs-5e0c8a235d7115a5d00fd69210d11583f935979f.tar.gz emacs-5e0c8a235d7115a5d00fd69210d11583f935979f.zip | |
custom types emacs-commentary-link, coding-system, color
| -rw-r--r-- | lispref/customize.texi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi index 5b2539bafb8..0da420cafc9 100644 --- a/lispref/customize.texi +++ b/lispref/customize.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) 1997, 1998, 1999 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1997, 1998, 1999, 2000 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/customize | 5 | @setfilename ../info/customize |
| 6 | @node Customization, Loading, Macros, Top | 6 | @node Customization, Loading, Macros, Top |
| @@ -64,6 +64,10 @@ in the customization buffer with the Info node name. | |||
| 64 | @item (url-link @var{url}) | 64 | @item (url-link @var{url}) |
| 65 | Link to a web page; @var{url} is a string which specifies the @sc{url}. | 65 | Link to a web page; @var{url} is a string which specifies the @sc{url}. |
| 66 | The link appears in the customization buffer as @var{url}. | 66 | The link appears in the customization buffer as @var{url}. |
| 67 | |||
| 68 | @item (emacs-commentary-link @var{library}) | ||
| 69 | Link to the commentary section of a library; @var{library} is a string | ||
| 70 | which specifies the library name. | ||
| 67 | @end table | 71 | @end table |
| 68 | 72 | ||
| 69 | You can specify the text to use in the customization buffer by adding | 73 | You can specify the text to use in the customization buffer by adding |
| @@ -542,6 +546,14 @@ using @code{choice} and @code{const} together (see the next section), | |||
| 542 | you can specify that the value must be @code{nil} or @code{t}, but also | 546 | you can specify that the value must be @code{nil} or @code{t}, but also |
| 543 | specify the text to describe each value in a way that fits the specific | 547 | specify the text to describe each value in a way that fits the specific |
| 544 | meaning of the alternative. | 548 | meaning of the alternative. |
| 549 | |||
| 550 | @item coding-system | ||
| 551 | The value must be a coding-system name, and you can do completion with | ||
| 552 | @kbd{M-@key{TAB}}. | ||
| 553 | |||
| 554 | @item color | ||
| 555 | The value must be a valid color name, and you can do completion with | ||
| 556 | @kbd{M-@key{TAB}}. A sample is provided, | ||
| 545 | @end table | 557 | @end table |
| 546 | 558 | ||
| 547 | @node Composite Types | 559 | @node Composite Types |