summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-12-21 07:43:31 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-12-21 07:43:31 +0100
commitc6187aa93460a8e2d355d939868be75f191a2551 (patch)
tree0f7bb7d60efe79a07a9e0454c7b85f004a54ab2f /helm-help.el
parentc1abf8ed1d0faa111bb399598858dac4ba5b30a4 (diff)
* helm-buffers.el (helm-buffer--match-mjm): Allow specifying more than one mjm.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-help.el b/helm-help.el
index e86dc5ba..e5db1fe0 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -163,6 +163,9 @@ You can enter a partial name of major-mode (e.g lisp, sh) to narrow down buffers
To specify the major-mode, prefix it with \"*\" e.g \"*lisp\".
If you want to match all buffers but the ones with a specific major-mode (negation),
prefix the major-mode with \"!\" e.g \"*!lisp\".
+If you want to specify more than one major-mode, separate them with \",\",
+e.g \"*!lisp,!sh,!fun\" will list all buffers but the ones in lisp-mode, sh-mode and
+fundamental-mode.
Enter then a space and a pattern to narrow down to buffers matching this pattern.
If you enter a space and a pattern prefixed by \"@\" helm will search for text matching
this pattern INSIDE the buffer (i.e not in the name of buffer).