summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-10-08 21:08:29 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-10-08 21:08:29 +0200
commit4cf64c4f20dc5d1c1ef05f7c6c396e8d3bdb8964 (patch)
treec0e4a6efdfffa03a48d2523899ef974a5474c4cd /helm-regexp.el
parent44d41f2fb752d5ad39d0624286f96bc7b203c09f (diff)
* helm-regexp.el: Fix typo (#657).
Diffstat (limited to 'helm-regexp.el')
-rw-r--r--helm-regexp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-regexp.el b/helm-regexp.el
index 97a9020b..78686e58 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -144,7 +144,7 @@ i.e Don't replace inside a word, regexp is surrounded with \\bregexp\\b."
;; match beginning
;; KLUDGE: point of helm-candidate-buffer is +1 than that of helm-current-buffer.
;; It is implementation problem of candidates-in-buffer.
- 'helm-real-value (1- s))))
+ 'helm-realvalue (1- s))))
(defun helm-regexp-persistent-action (pt)
(helm-goto-char pt)