(binhex-decoder-program): Fix docstring.
authorJesper Harder <harder@ifa.au.dk>
Sun, 22 Dec 2002 20:23:33 +0000 (20:23 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sun, 22 Dec 2002 20:23:33 +0000 (20:23 +0000)
lisp/ChangeLog
lisp/binhex.el

index b37fc19..f5d1c16 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-22  Jesper Harder  <harder@ifa.au.dk>
+
+       * binhex.el (binhex-decoder-program): Fix docstring.
+
 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
        * mm-decode.el (mm-mailcap-command): Do not backslash-quote
index 085bf7a..07bc075 100644 (file)
@@ -36,7 +36,7 @@
       'identity)))
 
 (defcustom binhex-decoder-program "hexbin"
-  "*Non-nil value should be a string that names a uu decoder.
+  "*Non-nil value should be a string that names a binhex decoder.
 The program should expect to read binhex data on its standard
 input and write the converted data to its standard output."
   :type 'string