emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/customize.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/customize.texi
Date: Sat, 10 Dec 2005 23:42:53 -0500

Index: emacs/lispref/customize.texi
diff -c emacs/lispref/customize.texi:1.49 emacs/lispref/customize.texi:1.50
*** emacs/lispref/customize.texi:1.49   Mon Nov 21 07:56:04 2005
--- emacs/lispref/customize.texi        Sun Dec 11 04:42:52 2005
***************
*** 34,41 ****
  
  @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.
  
  @item :group @var{group}
  Put this customization item in group @var{group}.  When you use
--- 34,49 ----
  
  @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.  @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]