changeset 220 | 10d0d94eabde |
parent 213 | af6fdb4adbf3 |
parent 219 | a6a5839b7423 |
child 225 | 0de8b66b6f49 |
218:9ae36e91b0d0 | 220:10d0d94eabde |
---|---|
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 |