(Info-follow-reference): Correct one-off error in comparing start-point.
This commit is contained in:
parent
11db296f3b
commit
1f179e2752
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ NAME may be an abbreviation of the reference name."
|
|||
(1- (point))))
|
||||
;; See if this one should be the default.
|
||||
(and (null default)
|
||||
(< (match-beginning 0) start-point)
|
||||
(<= (match-beginning 0) start-point)
|
||||
(<= start-point (point))
|
||||
(setq default t))
|
||||
(setq i 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue