emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 5ad5f3302b 2/4: Docstring only


From: ELPA Syncer
Subject: [nongnu] elpa/helm 5ad5f3302b 2/4: Docstring only
Date: Sun, 7 Apr 2024 12:59:59 -0400 (EDT)

branch: elpa/helm
commit 5ad5f3302b10419befaf40ecdc39a8970c189057
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    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

[Prev in Thread] Current Thread [Next in Thread]