summaryrefslogtreecommitdiff
path: root/helm-occur.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-04-02 15:19:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-04-02 15:19:21 +0200
commitf36c89afaac3c644b9c71e5d728a88bd2571ec7c (patch)
treec2d9cd719a83b0b01b9572c6698ff3e9e19081ca /helm-occur.el
parent861a3aadfdb485a9812c9f7101575a7bac679bcd (diff)
Fix occur revert function
Diffstat (limited to 'helm-occur.el')
-rw-r--r--helm-occur.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-occur.el b/helm-occur.el
index fc6006a4..1647cdd5 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -418,7 +418,7 @@ Same as `helm-occur-goto-line' but go in new frame."
(defun helm-occur-mode--revert-buffer-function (&optional _ignore-auto _noconfirm)
(goto-char (point-min))
(let (pattern)
- (when (re-search-forward "^Moccur Results for `\\(.*\\)'" nil t)
+ (when (re-search-forward "^Occur Results for `\\(.*\\)'" nil t)
(setq pattern (match-string 1))
(forward-line 0)
(when (re-search-forward "^$" nil t)