# HG changeset patch # User Juri Linkov # Date 1224458614 0 # Node ID 328847b430cc2b29bce18f3a1db8fb36bb91cbbb # Parent 316d25a0b73393aeb62fc0a86203e92ab6edc0d9 (Info-file-supports-index-cookies): Fix typo in docstring. diff -r 316d25a0b733 -r 328847b430cc lisp/info.el --- 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))