diff -r 69aca8d33219 -r a6a5839b7423 emacs.rst --- 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.