From: Pavel Janík Date: Tue, 5 Feb 2002 07:08:46 +0000 (+0000) Subject: (binhex-decoder-switches): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16844 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=816f7521aee0c0bae22613b3cf0c74e9b210fbc7;p=emacs.git (binhex-decoder-switches): Doc fix. --- diff --git a/lisp/gnus/binhex.el b/lisp/gnus/binhex.el index 8eea11ce670..b70fb0e728e 100644 --- a/lisp/gnus/binhex.el +++ b/lisp/gnus/binhex.el @@ -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)