Skip to content

Commit

Permalink
Fix some doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dajva committed Apr 4, 2018
1 parent e0072d1 commit 9432260
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rg.el
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ from a saved buffer in which case the saved buffer will be reused."
(kill-buffer buf)))))

(defun rg-ibuffer-search-updated()
"This function is executed when search list buffer is updated."
(let ((list-buffer (get-buffer rg-search-list-buffer-name)))
(when list-buffer
(with-current-buffer list-buffer
Expand Down Expand Up @@ -1009,8 +1010,8 @@ from a saved buffer in which case the saved buffer will be reused."

;;;###autoload
(defun rg-enable-default-bindings(&optional prefix)
"Enable the global `rg' default key bindings under PREFIX key. If
prefix is not supplied `rg-keymap-prefix' is used."
"Enable the global `rg' default key bindings under PREFIX key.
If prefix is not supplied `rg-keymap-prefix' is used."
(interactive)
(setq prefix (or prefix rg-keymap-prefix))
(when prefix
Expand Down

0 comments on commit 9432260

Please sign in to comment.