(Man-getpage-in-background): Move close paren.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Jun 1993 18:00:36 +0000 (18:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Jun 1993 18:00:36 +0000 (18:00 +0000)
lisp/man.el

index 48c61af..2130f90 100644 (file)
@@ -450,9 +450,9 @@ Man-reuse-okay-p is non-nil."
        (setenv "TERM" "dumb")
        (set-process-sentinel
         (start-process "man" buffer "sh" "-c"
-                       (format (Man-build-man-command) man-args)))
-       'Man-bgproc-sentinel))
-    ))
+                       (format (Man-build-man-command) man-args))
+        'Man-bgproc-sentinel))
+    )))
 
 (defun Man-notify-when-ready (man-buffer)
   "Notify the user when MAN-BUFFER is ready.