diff man/lispref/dialog.texi @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
line wrap: on
line diff
--- a/man/lispref/dialog.texi	Mon Aug 13 11:19:22 2007 +0200
+++ b/man/lispref/dialog.texi	Mon Aug 13 11:20:41 2007 +0200
@@ -44,15 +44,15 @@
 The syntax, more precisely:
 
 @example
-   form         :=  <something to pass to `eval'>
-   command      :=  <a symbol or string, to pass to `call-interactively'>
-   callback     :=  command | form
-   active-p     :=  <t, nil, or a form to evaluate to decide whether this
-                    button should be selectable>
-   name         :=  <string>
-   partition    :=  'nil'
-   button       :=  '['  name callback active-p ']'
-   dialog       :=  '(' name [ button ]+ [ partition [ button ]+ ] ')'
+   form		:=  <something to pass to `eval'>
+   command	:=  <a symbol or string, to pass to `call-interactively'>
+   callback 	:=  command | form
+   active-p	:=  <t, nil, or a form to evaluate to decide whether this
+		    button should be selectable>
+   name		:=  <string>
+   partition	:=  'nil'
+   button	:=  '['  name callback active-p ']'
+   dialog	:=  '(' name [ button ]+ [ partition [ button ]+ ] ')'
 @end example
 
 @node Dialog Box Functions