Mercurial > emacs
comparison lisp/info.el @ 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 | 8870254fa09e |
children | 60fa4a4ddd56 |
comparison
equal
deleted
inserted
replaced
98914:316d25a0b733 | 98915:328847b430cc |
---|---|
470 (insert-file-contents fullname visit)))) | 470 (insert-file-contents fullname visit)))) |
471 | 471 |
472 (defun Info-file-supports-index-cookies (&optional file) | 472 (defun Info-file-supports-index-cookies (&optional file) |
473 "Return non-nil value if FILE supports Info index cookies. | 473 "Return non-nil value if FILE supports Info index cookies. |
474 Info index cookies were first introduced in 4.7, and all later | 474 Info index cookies were first introduced in 4.7, and all later |
475 makeinfo versions output them in index nodes, so we can reply | 475 makeinfo versions output them in index nodes, so we can rely |
476 solely on the makeinfo version. This function caches the information | 476 solely on the makeinfo version. This function caches the information |
477 in `Info-file-supports-index-cookies-list'." | 477 in `Info-file-supports-index-cookies-list'." |
478 (or file (setq file Info-current-file)) | 478 (or file (setq file Info-current-file)) |
479 (or (assoc file Info-file-supports-index-cookies-list) | 479 (or (assoc file Info-file-supports-index-cookies-list) |
480 ;; Skip virtual Info files | 480 ;; Skip virtual Info files |