Fix a docstring

This commit is contained in:
Gergely Polonkai 2018-07-02 09:46:16 +02:00
parent 6d3e1f56fc
commit 22e5b05af3

View File

@ -1318,7 +1318,7 @@ TODO: What is FIELD for?"
default-cursor-color)))) default-cursor-color))))
(defun sachachua/can-expand () (defun sachachua/can-expand ()
"Return true if right after an expandable thing." "Return t if right after an expandable thing."
(or (abbrev--before-point) (yasnippet-can-fire-p))) (or (abbrev--before-point) (yasnippet-can-fire-p)))
;; SysAdmin Day to the calendar ;; SysAdmin Day to the calendar