Fix typo in docstring

This commit is contained in:
NJBS 2016-07-11 18:26:53 -04:00
parent f1247c8d18
commit 35646d684b

View file

@ -91,7 +91,7 @@
(setq scroll-conservatively 101))
(defun spacemacs/disable-smooth-scrolling ()
"Enable smooth scrolling."
"Disable smooth scrolling."
(interactive)
(setq scroll-conservatively 0))