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

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

[nongnu] elpa/helm 13a8bfd09f 1/2: Update documentation


From: ELPA Syncer
Subject: [nongnu] elpa/helm 13a8bfd09f 1/2: Update documentation
Date: Tue, 5 Apr 2022 02:58:33 -0400 (EDT)

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

    Update documentation
---
 helm-core.el |  4 +---
 helm-help.el | 11 +++++++++++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index b9ed138fda..615c62e5c2 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -1204,9 +1204,7 @@ are called filtered actions.
 Helm uses what's called sources to provide different kinds of
 completions.  Each Helm session can handle one or more source.  A
 source is an alist object which is build from various classes,
-see [[Writing your own Helm sources][here]] and
-[[https://github.com/emacs-helm/helm/wiki/Developing#creating-a-source][Helm
-wiki]] for more infos.
+see [[Writing your own Helm sources][here]] and 
[[https://github.com/emacs-helm/helm/wiki/Developing#creating-a-source][Helm 
wiki]] for more infos.
 
 *** Configure sources
 
diff --git a/helm-help.el b/helm-help.el
index 7793fabb88..e8bf3b36a9 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -2253,6 +2253,17 @@ marking it (`C-c u' or `RET') .
 
 *** You can get help on any command with persistent action 
(\\<helm-map>\\[helm-execute-persistent-action])
 
+*** History source
+
+Helm-M-x is displaying two sources, one for the commands
+themselves and one for the command history, more exactly
+`extended-command-history', by default the history source is
+displayed in first position, however you can put if in second
+position if you don't like that by customizing
+`helm-M-x-reverse-history'.
+
+*** Enabled modes are highlighted in helm-M-x
+
 *** Prefix arguments
 
 You can pass prefix arguments *after* starting `helm-M-x'.  A mode-line



reply via email to

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