Mercurial > emacs
changeset 43110:770baf00abe7
(binhex-decoder-switches): Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 05 Feb 2002 07:08:46 +0000 |
parents | 0a2bf4c2c07c |
children | 6b161ffa5ef3 |
files | lisp/gnus/binhex.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/binhex.el Mon Feb 04 19:51:04 2002 +0000 +++ b/lisp/gnus/binhex.el Tue Feb 05 07:08:46 2002 +0000 @@ -39,7 +39,7 @@ 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)