Mercurial > emacs
changeset 107333:ef2a56409ad3
Add a comment for the previous commit.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 03 Mar 2010 21:23:20 +0200 |
parents | e09a216f2aab |
children | 93601e9ff001 |
files | lisp/info.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Wed Mar 03 12:31:50 2010 -0500 +++ b/lisp/info.el Wed Mar 03 21:23:20 2010 +0200 @@ -3062,6 +3062,8 @@ num (1- num))) (Info-goto-node (nth 1 (car Info-index-alternatives))) (if (> (nth 3 (car Info-index-alternatives)) 0) + ;; Forward 2 lines less because `Info-find-node-2' initially + ;; puts point to the 2nd line. (forward-line (- (nth 3 (car Info-index-alternatives)) 2)) (forward-line 3) ; don't search in headers (let ((name (car (car Info-index-alternatives))))