diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-03-20 08:10:31 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-03-20 08:10:31 +0000 |
| commit | 86fd00d1ea24cc321f0c17d59f771b40adb3a9e7 (patch) | |
| tree | cab09a36ea4112eb0d11a68c7061a453ea3f2597 /src | |
| parent | 0db39ccfd0a21cc8493a78fd4d7089b2a5368135 (diff) | |
Fix comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/context.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/context.hh b/src/context.hh index 9a8a0277..801519c1 100644 --- a/src/context.hh +++ b/src/context.hh @@ -20,9 +20,9 @@ class KeymapManager; // A Context is used to access non singleton objects for various services // in commands. // -// The Context object links an Client, an Editor (which may be a Window), -// and a UserInterface. It may represent an interactive user window, or -// a hook execution or a macro replay. +// The Context object links a Client, a Window, an InputHandler and a +// SelectionList. It may represent an interactive user window, a hook +// execution or a macro replay context. class Context { public: |
