author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 27 Oct 2009 14:49:39 +0200 | |
changeset 222 | 221500927a59 |
parent 221 | 97171c12b447 (current diff) |
parent 220 | 10d0d94eabde (diff) |
child 225 | 0de8b66b6f49 |
child 236 | 465209f16b3a |
--- a/emacs.rst Sun Oct 18 13:48:19 2009 +0300 +++ b/emacs.rst Tue Oct 27 14:49:39 2009 +0200 @@ -1,5 +1,19 @@ -*- mode: outline; coding: utf-8 -*- +* Variables. + +Select one of: + + (set 'variable value) + (setq variable value) + (defvar variable value "documentation") + +or + + # Local variables: + # variable: value + # End: + * Debugging. ** Using edebug.