changeset 3714:a1edd269b2f4

(Man-getpage-in-background): Move close paren.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jun 1993 18:00:36 +0000
parents c77a3da2d08d
children b33ee3d1d18d
files lisp/man.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Sun Jun 13 04:34:58 1993 +0000
+++ b/lisp/man.el	Sun Jun 13 18:00:36 1993 +0000
@@ -450,9 +450,9 @@
 	(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.