aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2008-10-19 23:23:34 +0000
committerJuri Linkov <[email protected]>2008-10-19 23:23:34 +0000
commit2a5671979e8c11d1e88b79bafa23f51ed2964ce5 (patch)
tree1c85286f3fd9aaed6517032a0ca6799b1ad20668 /lisp/info.el
parent04ff2deeb32c2a986531cc4b24dd3ef26a6a3000 (diff)
(Info-file-supports-index-cookies): Fix typo in docstring.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 0ecc92bd82..1d8460ee6a 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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))