Change M-x manual-entry to use same naming convention for buffers that
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 Apr 1996 22:24:05 +0000 (22:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 Apr 1996 22:24:05 +0000 (22:24 +0000)
Emacs 19 uses.

v7/src/edwin/manual.scm

index 28ed5f52acf1d64a0512fd715768b4382f7b57c3..bafe507711d49e14ea1af2a11aca7616b2ac0396 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: manual.scm,v 1.11 1992/11/13 22:22:45 cph Exp $
+;;;    $Id: manual.scm,v 1.12 1996/04/23 22:24:05 cph Exp $
 ;;;
-;;;    Copyright (c) 1991-92 Massachusetts Institute of Technology
+;;;    Copyright (c) 1991-96 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
@@ -74,10 +74,10 @@ where SECTION is the desired section of the manual, as in `tty(4)'."
           (if (ref-variable manual-entry-reuse-buffer?)
               "*Manual-Entry*"
               (string-append
-               "*"
+               "*Man "
                topic
                (if section (string-append "(" section ")") "")
-               "-Manual-Entry*"))))
+               "*"))))
       (let ((buffer (temporary-buffer buffer-name)))
        (disable-group-undo! (buffer-group buffer))
        (message "Invoking man "