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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/customize.texi
Date: Tue, 04 Feb 2003 09:48:05 -0500

Index: emacs/lispref/customize.texi
diff -c emacs/lispref/customize.texi:1.31 emacs/lispref/customize.texi:1.32
*** emacs/lispref/customize.texi:1.31   Sat Dec  7 15:52:39 2002
--- emacs/lispref/customize.texi        Tue Feb  4 09:47:52 2003
***************
*** 1,6 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/customize
  @node Customization, Loading, Macros, Top
--- 1,6 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/customize
  @node Customization, Loading, Macros, Top
***************
*** 13,20 ****
  
  @menu
  * Common Keywords::
! * Group Definitions::            
! * Variable Definitions::         
  * Customization Types::
  @end menu
  
--- 13,20 ----
  
  @menu
  * Common Keywords::
! * Group Definitions::
! * Variable Definitions::
  * Customization Types::
  @end menu
  
***************
*** 502,508 ****
  @end smallexample
  
  @noindent
! instead of 
  
  @smallexample
  (defcustom cons-alist '(("foo" . 1) ("bar" . 2) ("baz" . 3))
--- 502,508 ----
  @end smallexample
  
  @noindent
! instead of
  
  @smallexample
  (defcustom cons-alist '(("foo" . 1) ("bar" . 2) ("baz" . 3))
***************
*** 527,540 ****
  key, using variations of this trick:
  
  @smallexample
! (defcustom person-data '(("brian"  50 t) 
                           ("dorith" 55 nil)
                           ("ken"    52 t))
    "Alist of basic info about people.
  Each element has the form (NAME AGE MALE-FLAG)."
    :type '(alist :value-type (group age boolean)))
  
! (defcustom pets '(("brian") 
                    ("dorith" "dog" "guppy")
                    ("ken" "cat"))
    "Alist of people's pets.
--- 527,540 ----
  key, using variations of this trick:
  
  @smallexample
! (defcustom person-data '(("brian"  50 t)
                           ("dorith" 55 nil)
                           ("ken"    52 t))
    "Alist of basic info about people.
  Each element has the form (NAME AGE MALE-FLAG)."
    :type '(alist :value-type (group age boolean)))
  
! (defcustom pets '(("brian")
                    ("dorith" "dog" "guppy")
                    ("ken" "cat"))
    "Alist of people's pets.
***************
*** 930,936 ****
  keyword.
  
  @item %%
! Display a literal @samp{%}. 
  @end table
  
  @item :action @var{action}
--- 930,936 ----
  keyword.
  
  @item %%
! Display a literal @samp{%}.
  @end table
  
  @item :action @var{action}
***************
*** 1033,1039 ****
  @item
  Widgets with tabbing order @code{-1} are ignored.
  
! @item 
  (Unimplemented) When on a widget with tabbing order @var{n}, go to the
  next widget in the buffer with tabbing order @var{n+1} or @code{nil},
  whichever comes first.
--- 1033,1039 ----
  @item
  Widgets with tabbing order @code{-1} are ignored.
  
! @item
  (Unimplemented) When on a widget with tabbing order @var{n}, go to the
  next widget in the buffer with tabbing order @var{n+1} or @code{nil},
  whichever comes first.




reply via email to

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