(list-buffers-noselect): Compare Info file
with the string "dir" to detect Info directory.
This commit is contained in:
parent
5fe5212721
commit
26f544d393
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ For more information, see the function `buffer-menu'."
|
|||
((eq major-mode 'Info-mode)
|
||||
(setq file Info-current-file)
|
||||
(cond
|
||||
((eq file t)
|
||||
((equal file "dir")
|
||||
(setq file "*Info Directory*"))
|
||||
((eq file 'apropos)
|
||||
(setq file "*Info Apropos*"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue