From 8165b488cb223ac58629d99f8df1bda930dd29c0 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 25 Sep 2015 23:38:39 +0000 Subject: unposted: zle: Document the C helper function processcmd(). Also, tweak the docstring of zlelineasstring(). --- Src/Zle/zle_tricky.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Src/Zle/zle_tricky.c') diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c index b1a6f9e7e..e26f66379 100644 --- a/Src/Zle/zle_tricky.c +++ b/Src/Zle/zle_tricky.c @@ -2952,6 +2952,9 @@ getcurcmd(void) return s; } +/* Run '$WIDGET $commandword' and then restore the command-line using push-line. + */ + /**/ int processcmd(UNUSED(char **args)) -- cgit 1.4.1