# HG changeset patch # User Oleksandr Gavenko # Date 1256647779 -7200 # Node ID 221500927a597f137ce848ed09361737214cec60 # Parent 97171c12b447d85f322ce300eabcb9084a7db499# Parent 10d0d94eabde00204c107a5077e5ddc47d905171 merged diff -r 97171c12b447 -r 221500927a59 emacs.rst --- 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.