Index: emacs/lispref/customize.texi
diff -c emacs/lispref/customize.texi:1.44 emacs/lispref/customize.texi:1.45
*** emacs/lispref/customize.texi:1.44   Wed May 11 23:27:17 2005
--- emacs/lispref/customize.texi        Sat Jun 18 13:42:31 2005
***************
*** 658,664 ****
  most general last.  Here's an example of proper usage:
  
  @example
! (choice (const :tag "Off" nil) symbol (sexp :tag "Other"))
  @end example
  
  @noindent
--- 658,665 ----
  most general last.  Here's an example of proper usage:
  
  @example
! (choice (const :tag "Off" nil)
!         symbol (sexp :tag "Other"))
  @end example
  
  @noindent


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to