diff -r 9ae36e91b0d0 -r 10d0d94eabde emacs.rst --- a/emacs.rst Mon Oct 12 23:05:22 2009 +0300 +++ b/emacs.rst Fri Oct 16 12:15:04 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.