docstring

This commit is contained in:
deb0ch 2019-08-30 21:22:37 +02:00 committed by bmag
parent 2d232232d0
commit 0cec3d0a69
1 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,5 @@
;;; License: GPLv3
(defvar multiple-cursors-backend 'evil-mc
"The package used as the backend for multiple cursors functionality.")
"The package used as the backend for multiple cursors functionality.
Possible values are `mc' or `evil-mc'.")