mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 23:40:24 -08:00
Typo.
This commit is contained in:
parent
3ccfa82a6c
commit
5faa1e9c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ in REGEXP."
|
|||
regexp start)
|
||||
(setq count (1+ count)
|
||||
;; Go back 2 chars (one for [^?] and one for [^\\]).
|
||||
start (- (match-end 0) 2))
|
||||
start (- (match-end 0) 2)))
|
||||
count)))
|
||||
|
||||
;;; Workhorse functions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue