# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1319670297 14400
# Node ID 02d1c7c8455da57785374ce36e07c042445b36d7
# Parent  a381820f7971d80bed18795d95e5d3edc7fd28cf
Tweaks.

diff -r a381820f7971 -r 02d1c7c8455d chapters/31.markdown
--- a/chapters/31.markdown	Wed Oct 26 01:17:40 2011 -0400
+++ b/chapters/31.markdown	Wed Oct 26 19:04:57 2011 -0400
@@ -45,9 +45,9 @@
 
     :execute "normal! gg/print\<cr>"
 
-This will go to the top of the file and perform a search for print, putting us
-at the first match.  It does this using `:execute "normal! ..."` which we
-saw in the previous chapter.
+This will go to the top of the file and perform a search for "print", putting us
+at the first match.  It does this using `:execute "normal! ..."` which we saw in
+the previous chapter.
 
 To get to the second match in the file you can just add more commands onto the
 end of the string.  Run this command:
diff -r a381820f7971 -r 02d1c7c8455d outline.org
--- a/outline.org	Wed Oct 26 01:17:40 2011 -0400
+++ b/outline.org	Wed Oct 26 19:04:57 2011 -0400
@@ -35,6 +35,7 @@
 ** DONE lists
 ** DONE looping
 ** DONE dictionaries
+** TODO toggling
 ** TODO advanced regexes
 ** TODO paths
 ** TODO exceptions