diff options
Diffstat (limited to 'src/cmdline.cpp')
-rw-r--r-- | src/cmdline.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmdline.cpp b/src/cmdline.cpp index ac71548..122712f 100644 --- a/src/cmdline.cpp +++ b/src/cmdline.cpp @@ -472,6 +472,13 @@ symbol_complete(SymbolList &list, const gchar *symbol, gchar completed) * Command states */ +/*$ + * *q -- Save last command line + * + * Only at the very beginning of a command-line, this command + * may be used to save the last command line as a string in + * Q-Register <q>. + */ State * StateSaveCmdline::got_register(QRegister ®) throw (Error) { |