M README.md => README.md +1 -1
@@ 51,7 51,7 @@ with the buffer are shown below.
|----------------|------------------------------|-------------------------------------------------------|
| <kbd>n</kbd> | `next-line` | Move cursor to next line |
| <kbd>p</kbd> | `previous-line` | Move cursor to previous line |
-| <kbd>q</kbd> | `livie-quit` | Bury the `*livie*` buffer |
+| <kbd>q</kbd> | `livie-quit` | Close `*livie*` buffer |
| <kbd>s</kbd> | `livie-search` | Make a new search |
| <kbd>></kbd> | `livie-search-next-page` | Go to next page |
| <kbd><</kbd> | `livie-search-previous-page` | Go to previous page |
M livie.el => livie.el +1 -1
@@ 205,7 205,7 @@ too long)."
(defun livie-quit ()
"Quit livie buffer."
(interactive)
- (quit-window))
+ (kill-buffer))
(defun livie--format-author (name)
"Format a channel NAME to be inserted in the *livie* buffer."