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

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

[nongnu] elpa/helm ba2d46550e 1/2: Update docstring


From: ELPA Syncer
Subject: [nongnu] elpa/helm ba2d46550e 1/2: Update docstring
Date: Sun, 6 Nov 2022 11:58:48 -0500 (EST)

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

    Update docstring
---
 helm-occur.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/helm-occur.el b/helm-occur.el
index f27f86fdb5..0f26fc2753 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -291,10 +291,10 @@ engine beeing completely different and also much faster."
 (defvar helm-occur--gshorthands nil)
 (defun helm-occur-symbol-shorthands-pattern-transformer (pattern buffer 
gshorthands)
   "Maybe transform PATTERN to its `read-symbol-shorthands' counterpart in 
BUFFER.
-If DEFAULT is specified, always transform PATTERN with the cdr of the matched
-shorthand i.e. the one that is interned, otherwise transform pattern with the
-car of the shorthand association.
-When no `read-symbol-shorthands' local value is found use PATTERN unmodified."
+
+GSHORTHANDS is the concatenation of all `read-symbol-shorthands' value found in
+all buffers i.e. `buffer-list'.
+When GSHORTHANDS is nil use PATTERN unmodified."
   (if gshorthands
       (let* ((lshorthands (buffer-local-value 'read-symbol-shorthands buffer))
              (prefix (and (string-match "^\\(\\(?:[^-]+-\\)*\\)" pattern)



reply via email to

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