changeset 12009:29adc0df831d

(Man-default-man-entry): Return result.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 May 1995 05:07:52 +0000
parents 637671248a31
children 57eb365d32f0
files lisp/man.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Tue May 30 03:15:27 1995 +0000
+++ b/lisp/man.el	Tue May 30 05:07:52 1995 +0000
@@ -3,8 +3,8 @@
 ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 
 ;; Author:		Barry A. Warsaw <bwarsaw@cen.com>
-;; Last-Modified:	$Date: 1995/02/03 12:07:37 $
-;; Version:		$Revision: 1.61 $
+;; Last-Modified:	$Date: 1995/05/29 13:20:51 $
+;; Version:		$Revision: 1.62 $
 ;; Keywords:		help
 ;; Adapted-By:		ESR, pot
 
@@ -487,7 +487,7 @@
 				  Man-section-regexp "\\)[ \t]*)"))
 			 (format "(%s)" (Man-match-substring 1))))))
 	(set-text-properties 0 (length result) nil result)
-	))))
+	result))))
 
 
 ;; ======================================================================