branch: elpa/helm
commit 5ad5f3302b10419befaf40ecdc39a8970c189057
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Docstring only
---
 helm-utils.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helm-utils.el b/helm-utils.el
index 343be55e1e..2be694724e 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -131,7 +131,9 @@ tools for searching (etags, grep, gid, (m)occur etc...).
 By default positions are added to `mark-ring'.
 You can also add to register by using (or adding)
 `helm-save-pos-to-register-before-jump' instead. In this case
-last position is added to the register `helm-save-pos-before-jump-register'.")
+last position is added to the register `helm-save-pos-before-jump-register'.
+Note that when using a register only one position is saved globally to 
registers
+whereas when using `mark-ring' all positions are saved locally in each 
buffer.")
 
 (defvar helm-save-pos-before-jump-register ?_
   "The register where `helm-save-pos-to-register-before-jump' saves position.")

Reply via email to