# HG changeset patch # User jwe # Date 752797094 0 # Node ID 7e307bcc208a7142f685762168581dee08f5c95d # Parent 5652a6bca14ca031fc0faef0d32e24bc56b8d63c [project @ 1993-11-08 22:18:14 by jwe] diff -r 5652a6bca14c -r 7e307bcc208a src/builtins.cc --- a/src/builtins.cc Mon Nov 08 21:56:05 1993 +0000 +++ b/src/builtins.cc Mon Nov 08 22:18:14 1993 +0000 @@ -201,9 +201,9 @@ "show [options]\n\nshow plotting options", }, { "who", -1, builtin_who, - "who [-global] [-top] [-local] [-all] [-fcn] [name ...]\n\n\ -list symbol(s) matching a list of regular expressions\n\ -if no arguments are given, the list of local symbols is printed", }, + "who [-all] [-builtins] [-functions] [-long] [-variables]\n\n\ +List currently defined symbol(s). Options may be shortened to one\n\ +character, but may not be combined.", }, { NULL, -1, NULL, NULL, }, };