]> git.eshelyaron.com Git - emacs.git/commitdiff
(binhex-decoder-switches): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Tue, 5 Feb 2002 07:08:46 +0000 (07:08 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 5 Feb 2002 07:08:46 +0000 (07:08 +0000)
lisp/gnus/binhex.el

index 8eea11ce670ed705cfafb6a9dd76eae64c4034c6..b70fb0e728e8bee29547e040525f66ffb9475982 100644 (file)
@@ -39,7 +39,7 @@ The program should expect to read binhex data on its standard
 input and write the converted data to its standard output.")
 
 (defvar binhex-decoder-switches '("-d")
-  "*List of command line flags passed to the command named by binhex-decoder-program.")
+  "*List of command line flags passed to the command `binhex-decoder-program'.")
 
 (defconst binhex-alphabet-decoding-alist
   '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5)