]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-file-supports-index-cookies): Fix typo in docstring.
authorJuri Linkov <juri@jurta.org>
Sun, 19 Oct 2008 23:23:34 +0000 (23:23 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 19 Oct 2008 23:23:34 +0000 (23:23 +0000)
lisp/info.el

index 0ecc92bd82406b5c7d39198af7409b5ef91f2b4d..1d8460ee6aa3f8ade5012e41eccf052962a02646 100644 (file)
@@ -472,7 +472,7 @@ Do the right thing if the file has been compressed or zipped."
 (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))