mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(finder-commentary): Use *Finder-package* buffer.
This commit is contained in:
parent
5c80c00920
commit
ac725ef3df
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue