mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(Common Keywords): State caveats for use of :tag.
This commit is contained in:
parent
ac8fcf0f17
commit
912ea554bc
1 changed files with 10 additions and 2 deletions
|
|
@ -34,8 +34,16 @@ display one name.
|
|||
|
||||
@table @code
|
||||
@item :tag @var{label}
|
||||
Use @var{label}, a string, instead of the item's name, to label the item
|
||||
in customization menus and buffers.
|
||||
Use @var{label}, a string, instead of the item's name, to label the
|
||||
item in customization menus and buffers. @strong{Don't use a tag
|
||||
which is substantially different from the item's real name; that would
|
||||
cause confusion.} One legitimate case for use of @code{:tag} is to
|
||||
specify a dash where normally a hyphen would be converted to a space:
|
||||
|
||||
@example
|
||||
(defcustom cursor-in-non-selected-windows @dots{}
|
||||
:tag "Cursor In Non-selected Windows"
|
||||
@end example
|
||||
|
||||
@item :group @var{group}
|
||||
Put this customization item in group @var{group}. When you use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue