; Update a comment accordingly
This commit is contained in:
parent
a9e36fc3bf
commit
4d43fbe3f5
1 changed files with 4 additions and 4 deletions
|
@ -157,10 +157,10 @@ Line numbers start from 1 and columns from 0."
|
|||
(save-excursion
|
||||
(goto-char (point-min))
|
||||
(ignore-errors
|
||||
;; xref location may be out of date; it may be past the
|
||||
;; end of the current file, or the file may have been
|
||||
;; deleted. Return a reasonable location; the user will
|
||||
;; figure it out.
|
||||
;; The location shouldn't be be out of date, but we make
|
||||
;; provision for that anyway; in case it's past the end of
|
||||
;; the file, or it had been deleted. Then return an
|
||||
;; approximation, the user will figure it out.
|
||||
(beginning-of-line line)
|
||||
(forward-char column))
|
||||
(point-marker))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue