[gnu.emacs.bug] "occurrences" misspelled

gildea@BBN.COM (Stephen Gildea) (01/27/89)

Oops, another small error in occur-mode-goto-occurrence.

 < Stephen


diff -c2 /usr/local/emacs/lisp/replace.el replace.el
*** /usr/local/emacs/lisp/replace.el	Mon May  2 17:50:56 1988
--- replace.el	Thu Jan 26 16:59:54 1989
***************
*** 102,106
  	(setq occur-buffer nil
  	      occur-pos-list nil)
! 	(error "Buffer in which occurences were found is deleted.")))
    (let* ((occur-number (/ (1- (count-lines (point-min) (point)))
  			  (cond ((< occur-nlines 0)

--- 102,106 -----
  	(setq occur-buffer nil
  	      occur-pos-list nil)
! 	(error "Buffer in which occurrences were found is deleted.")))
    (let* ((occur-number (/ (1- (count-lines (point-min) (point)))
  			  (cond ((< occur-nlines 0)