diff options
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 bac09752b70..b552e8532aa 100644 --- a/lisp/informat.el +++ b/lisp/informat.el @@ -446,7 +446,7 @@ Check that every node pointer points to an existing node." ;;;###autoload (defun batch-info-validate () - "Runs `Info-validate' on the files remaining on the command line. + "Run `Info-validate' on the files remaining on the command line. Must be used only with -batch, and kills Emacs on completion. Each file will be processed even if an error occurred previously. For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" |