diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-04 04:15:43 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-04 04:15:43 +0000 |
commit | e8a57935cbb4ccde7f621eeeca22141e5a5327b4 (patch) | |
tree | cb90c678fa9e79cf41c1b6a22d62b620aaf0e07f /lisp/informat.el | |
parent | 0b030df78b499fde5f8dd3f20dd24a2e002fe4ee (diff) | |
download | emacs-e8a57935cbb4ccde7f621eeeca22141e5a5327b4.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/informat.el')
-rw-r--r-- | lisp/informat.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/informat.el b/lisp/informat.el index 4296b2fcd3e..8851558ae0f 100644 --- a/lisp/informat.el +++ b/lisp/informat.el @@ -398,7 +398,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" ((< (point-max) 30000) (message "%s too small to bother tagifying" file)) (t - (Info-tagify file)))) + (Info-tagify)))) (let ((loss-name " *problems in info file*")) (message "Checking validity of info file %s..." file) (if (get-buffer loss-name) |