diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-07-29 23:05:10 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-07-29 23:05:10 +0000 |
| commit | ef36a4232c5857e78a625c90a9f5d999a08ffc9d (patch) | |
| tree | 81f2c29ab1f4239d961d36138db516d09244c18f /devel.but | |
| parent | e37c2c0ad2811eadbf8e6f470cd719c5c21142fa (diff) | |
| download | puzzles-ef36a4232c5857e78a625c90a9f5d999a08ffc9d.zip puzzles-ef36a4232c5857e78a625c90a9f5d999a08ffc9d.tar.gz puzzles-ef36a4232c5857e78a625c90a9f5d999a08ffc9d.tar.bz2 puzzles-ef36a4232c5857e78a625c90a9f5d999a08ffc9d.tar.xz | |
missing `i' in `\e'
[originally from svn r6151]
Diffstat (limited to 'devel.but')
| -rw-r--r-- | devel.but | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2522,7 +2522,7 @@ versa!). \S{utils-snewn} \cw{snewn()} \c var = snewn(n, type); -\e iii iiii +\e iii i iiii This macro is the array form of \cw{snew()}. It takes two arguments; the first is a number, and the second is a type name. It allocates |