Mercurial > emacs
changeset 98915:328847b430cc
(Info-file-supports-index-cookies): Fix typo in docstring.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 19 Oct 2008 23:23:34 +0000 |
parents | 316d25a0b733 |
children | 9a7ce95b516a |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sun Oct 19 22:34:35 2008 +0000 +++ b/lisp/info.el Sun Oct 19 23:23:34 2008 +0000 @@ -472,7 +472,7 @@ (defun Info-file-supports-index-cookies (&optional file) "Return non-nil value if FILE supports Info index cookies. Info index cookies were first introduced in 4.7, and all later -makeinfo versions output them in index nodes, so we can reply +makeinfo versions output them in index nodes, so we can rely solely on the makeinfo version. This function caches the information in `Info-file-supports-index-cookies-list'." (or file (setq file Info-current-file))