author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 16 Oct 2009 12:06:49 +0300 | |
changeset 219 | a6a5839b7423 |
parent 217 | 69aca8d33219 |
child 220 | 10d0d94eabde |
--- a/emacs.rst Fri Oct 09 09:18:25 2009 +0300 +++ b/emacs.rst Fri Oct 16 12:06:49 2009 +0300 @@ -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.