diff options
| author | Glenn Morris | 2012-12-31 12:23:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-31 12:23:29 -0800 |
| commit | 22ff2cb8a4889e6c1c99813a05110916a49e4b69 (patch) | |
| tree | 3eb43a4a07f398568c51683f0bcbc2c6829df926 | |
| parent | b83a2ddd474ef0277395380e310520b4b44ae2d0 (diff) | |
| download | emacs-22ff2cb8a4889e6c1c99813a05110916a49e4b69.tar.gz emacs-22ff2cb8a4889e6c1c99813a05110916a49e4b69.zip | |
Refer to "button" rather than "active field" in lispref
(cf 2005-12-22 change to doc/emacs/custom.texi)
* doc/lispref/customize.texi (Common Keywords, Type Keywords):
Replace "active field" with "button".
Fixes: debbugs:13310
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/lispref/customize.texi | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1af60a68fd2..7d81c23cef3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-12-31 Glenn Morris <rgm@gnu.org> | 1 | 2012-12-31 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * customize.texi (Common Keywords, Type Keywords): | ||
| 4 | Replace "active field" with "button". (Bug#13310) | ||
| 5 | |||
| 3 | * customize.texi (Common Keywords): Add xref. (Bug#13311) | 6 | * customize.texi (Common Keywords): Add xref. (Bug#13311) |
| 4 | * tips.texi (Library Headers): Add cindex. | 7 | * tips.texi (Library Headers): Add cindex. |
| 5 | 8 | ||
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 9819d8a8b3f..c3de589b01f 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -77,7 +77,7 @@ item. Please don't overdo this, since the result would be annoying. | |||
| 77 | @item :link @var{link-data} | 77 | @item :link @var{link-data} |
| 78 | @kindex link@r{, customization keyword} | 78 | @kindex link@r{, customization keyword} |
| 79 | Include an external link after the documentation string for this item. | 79 | Include an external link after the documentation string for this item. |
| 80 | This is a sentence containing an active field which references some | 80 | This is a sentence containing a button that references some |
| 81 | other documentation. | 81 | other documentation. |
| 82 | 82 | ||
| 83 | There are several alternatives you can use for @var{link-data}: | 83 | There are several alternatives you can use for @var{link-data}: |
| @@ -1080,8 +1080,7 @@ Substitute the item's documentation string. | |||
| 1080 | 1080 | ||
| 1081 | @item %h | 1081 | @item %h |
| 1082 | Like @samp{%d}, but if the documentation string is more than one line, | 1082 | Like @samp{%d}, but if the documentation string is more than one line, |
| 1083 | add an active field to control whether to show all of it or just the | 1083 | add a button to control whether to show all of it or just the first line. |
| 1084 | first line. | ||
| 1085 | 1084 | ||
| 1086 | @item %t | 1085 | @item %t |
| 1087 | Substitute the tag here. You specify the tag with the @code{:tag} | 1086 | Substitute the tag here. You specify the tag with the @code{:tag} |