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, 18 Jun 2005 09:42:32 -0400

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




reply via email to

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