changeset 219 | a6a5839b7423 |
parent 182 | 5e9ea846a8c3 |
child 220 | 10d0d94eabde |
217:69aca8d33219 | 219:a6a5839b7423 |
---|---|
1 -*- mode: outline; coding: utf-8 -*- |
1 -*- mode: outline; coding: utf-8 -*- |
2 |
|
3 * Variables. |
|
4 |
|
5 Select one of: |
|
6 |
|
7 (set 'variable value) |
|
8 (setq variable value) |
|
9 (defvar variable value "documentation") |
|
10 |
|
11 or |
|
12 |
|
13 # Local variables: |
|
14 # variable: value |
|
15 # End: |
|
2 |
16 |
3 * Debugging. |
17 * Debugging. |
4 |
18 |
5 ** Using edebug. |
19 ** Using edebug. |
6 |
20 |