summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-30 05:07:52 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-30 05:07:52 +0000
commit09b80ade666c5d769b1fad04ba0d93bcf37fc147 (patch)
tree48a21977ba7c49f1d352bef3a0b4e157f4c9f0af /lisp
parent333e2672ed0bd69ffdb5d8dce651cac3421f453b (diff)
downloademacs-09b80ade666c5d769b1fad04ba0d93bcf37fc147.tar.gz
(Man-default-man-entry): Return result.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/man.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 4c5d62cc848..55df16c36c1 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -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 @@ default section number is selected from `Man-auto-section-alist'."
Man-section-regexp "\\)[ \t]*)"))
(format "(%s)" (Man-match-substring 1))))))
(set-text-properties 0 (length result) nil result)
- ))))
+ result))))
;; ======================================================================