From 816f7521aee0c0bae22613b3cf0c74e9b210fbc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 5 Feb 2002 07:08:46 +0000 Subject: [PATCH] (binhex-decoder-switches): Doc fix. --- lisp/gnus/binhex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5