branch: elpa/helm
commit 6efec3720aaa9460b0c35203badc6a484c635189
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Typo only
---
helm-command.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-command.el b/helm-command.el
index 4722dc0be0..aa8675eb80 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -408,7 +408,7 @@ Save COMMAND to `extended-command-history'."
(read-extended-command)))))
(defun helm-M-x--mode-predicate (sym cur-mode)
- "Check is symbol SYM is suitable for current mode CUR-MODE.
+ "Check if symbol SYM is suitable for current mode CUR-MODE.
This predicate honors commands defined with the `interactive' MODES argument."
(let ((modes (command-modes sym)))
(and (commandp sym)