diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-17 17:43:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-17 17:43:14 +0000 |
commit | f66c5d9a9c767663a7a7e0d68d9d4a32216742e0 (patch) | |
tree | 9b8924ed4e4bc9324e30d727b4ef201852b357f4 | |
parent | d78fc3154639e58309af40a316fa36d5bdd1b386 (diff) | |
download | emacs-f66c5d9a9c767663a7a7e0d68d9d4a32216742e0.tar.gz |
entered into RCS
-rw-r--r-- | lisp/textmodes/makeinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el index 44b360646b4..f36e011d7f1 100644 --- a/lisp/textmodes/makeinfo.el +++ b/lisp/textmodes/makeinfo.el @@ -49,7 +49,7 @@ "*Command used to run `makeinfo' subjob. The name of the file is appended to this string, separated by a space.") -(defvar makeinfo-options "+fill-column=70" +(defvar makeinfo-options "--fill-column=70" "*String containing options for running `makeinfo'. Do not include `--footnote-style' or `--paragraph-indent'; the proper way to specify those is with the Texinfo commands |