diff --git a/Releases/trm-1.104.tar.gz b/Releases/trm-1.104.tar.gz
index 93874f0..2196552 100644
--- a/Releases/trm-1.104.tar.gz
+++ b/Releases/trm-1.104.tar.gz
Binary files differ
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 15fdf0e..b9cdbeb 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,8 @@
+WHATSNEW For 'trm' 1.104    (Tue Dec  6 18:22:27 CST 2016)
+----------------------------------------------------------------------
+
+  - Corrected documentation error.
+
 WHATSNEW For 'trm' 1.104    (Mon Nov  7 12:17:51 CST 2016)
 ----------------------------------------------------------------------
 
diff --git a/trm.rst b/trm.rst
index abdd8be..4e8ef7c 100644
--- a/trm.rst
+++ b/trm.rst
@@ -122,7 +122,7 @@
 
  But::
 
-    trm /local/bin/x # Moves x to ~/,graveyard/usr/local/bin/x
+    trm /local/bin/x # Moves x to ~/.graveyard/usr/local/bin/x
 
 
 BUGS AND MISFEATURES
@@ -154,7 +154,7 @@
 
 ::
 
-  $Id: '0cf3ac3 tundra Mon Nov 7 12:16:50 2016 -0600'
+  $Id: '7ba2a78 tundra Tue Dec 6 18:22:17 2016 -0600'
 
 This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.
 
diff --git a/trm.sh b/trm.sh
index fac21c6..9d2117d 100755
--- a/trm.sh
+++ b/trm.sh
@@ -5,7 +5,7 @@
 # Permission granted for the free use of this program without restriction
 
 COPYRIGHT='2016'
-GITID='0cf3ac3 tundra Mon Nov 7 12:16:50 2016 -0600'
+GITID='7ba2a78 tundra Tue Dec 6 18:22:17 2016 -0600'
 VERSION='1.104'
 OLDIFS=${IFS}     # Preserve IFS for later use in protecting files/dirs with spaces in their name