projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
718609b
)
Fix braces problem in texi file
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 22:26:05 +0000 (23:26 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 22:26:05 +0000 (23:26 +0100)
xboard.texi
patch
|
blob
|
history
diff --git
a/xboard.texi
b/xboard.texi
index
60cc67e
..
f65b597
100644
(file)
--- a/
xboard.texi
+++ b/
xboard.texi
@@
-1595,7
+1595,7
@@
An example of a text menu as it might occur in your settings file
(where you could edit it):
@example
--icsMenu {copy;$copy;
+-icsMenu @{copy;$copy;
list players;who;
list games;games;
finger (player);finger $name;
@@
-1610,7
+1610,7
@@
N;$add Knight $input;
B;$add Bishop $input;
R;$add Rook $input;
Q;$add Queen $input;
-}
+@}
@end example
@end table