From b6278bbf12dd4946095b76f47b7c2ace3f929245 Mon Sep 17 00:00:00 2001 From: Abdelhakeem Date: Sun, 21 Jul 2019 21:41:04 +0200 Subject: API: Context: save/restore --- runtime/doc/eval.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/doc') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 01bd2a0c65..cfcfa8e929 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -9110,9 +9110,9 @@ functions. *:fu* *:function* *E128* *E129* *E123* :fu[nction] List all functions and their arguments. -:fu[nction] {name} List function {name}. - {name} can also be a |Dictionary| entry that is a - |Funcref|: > +:fu[nction][!] {name} List function {name}, annotated with line numbers + unless "!" is given. + {name} may be a |Dictionary| |Funcref| entry: > :function dict.init :fu[nction] /{pattern} List functions with a name matching {pattern}. -- cgit