Update note section of tutorial.txt.
[hooke.git] / doc / tutorial.txt
index 302fa6931254b5dcbea610179f747a51c3e68c54..58cb57f3bbfb847aafbc0441a55a96265226812c 100644 (file)
@@ -133,18 +133,18 @@ Ensure that the new playlist is active::
 
 The ``--`` in the ``jump_to_playlist`` command lets
 ``jump_to_playlist`` know that ``-1`` is an argument and not an
-option.  Using the bare ``--`` is a POSIX specification [#]_ supported
-by the `optparse module`_.
+option.  Using the bare ``--`` is a POSIX specification [#POSIX]_
+supported by the `optparse module`_.
 
 .. _optparse module:
   http://docs.python.org/library/optparse.html#callback-example-6-variable-arguments
 
-.. [#]: `Guideline 10 of POSIX:2008's section 12.2 <http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html#tag_12_02>` states:
+.. [#POSIX] `Guideline 10 of POSIX:2008's section 12.2 <http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html#tag_12_02>`_ states:
 
-    "The first -- argument that is not an option-argument should be
+    "The first ``--`` argument that is not an option-argument should be
     accepted as a delimiter indicating the end of options. Any
     following arguments should be treated as operands, even if they
-    begin with the '-' character."
+    begin with the ``-`` character."
 
 Then glob your curves onto the new list::
 
@@ -198,7 +198,7 @@ Taking notes
 ------------
 
 You can take notes about the curves you are looking at.  Just type
-``add_note`` followed by the text you want to append to that curve.
+``set_note`` followed by the text you want to attach to that curve.
 Hooke will save the text in your current playlist and in an external
 log file (TODO: no external file yet.  Is this important?).  The
 output will look like this::
@@ -220,8 +220,8 @@ will create sub-playlist :file:`c:\curves\nice.hkp`.  Make sure that
 the target directory (here :file:`c:\curves\`) already exists before
 doing that.
 
-If you change your mind about a note, you can remove it with
-``clear_note``.
+If you change your mind about a note, you can remove it by setting a
+blank note string with ``set_note ''``.
 
 Exporting curves
 ----------------