branch: master
commit e4a2b24debac79d3ab40dfad63124e4bc8a36dcd
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    counsel.el (counsel-list-buffers-with-mode): Fix doc
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 7bdd495..be99726 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3813,7 +3813,7 @@ Remaps built-in functions to counsel replacements.")
   :type 'boolean)
 
 (defun counsel-list-buffers-with-mode (mode)
-  "List all buffers with major-mode MODE.
+  "List all buffers with `major-mode' MODE.
 
 MODE is a symbol."
   (save-current-buffer

Reply via email to