diff options
Diffstat (limited to 'core/.view.lua')
-rw-r--r-- | core/.view.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.view.lua b/core/.view.lua index 2214463f..6cdb4336 100644 --- a/core/.view.lua +++ b/core/.view.lua @@ -32,7 +32,7 @@ function view:unsplit() end --- -- Goes to the specified buffer in the indexed view. --- Activates the 'buffer_switch' signal. +-- Activates the 'buffer_*_switch' signals. -- @param n A relative or absolute buffer index. -- @param absolute Flag indicating if n is an absolute index or not. function view:goto_buffer(n, absolute) end |