(finder-commentary): Use *Finder-package* buffer.

This commit is contained in:
Richard M. Stallman 2002-12-02 15:49:41 +00:00
parent 5c80c00920
commit ac725ef3df

View file

@ -277,7 +277,7 @@ FILE should be in a form suitable for passing to `locate-library'."
(error "Can't find library %s" file)))))
(if (null str)
(error "Can't find any Commentary section"))
(pop-to-buffer "*Finder*")
(pop-to-buffer "*Finder-package*")
(setq buffer-read-only nil)
(erase-buffer)
(insert str)