elisp: Remove extraneous comments from -at-point functions

Also change their templates to not always point to something quoted.
This commit is contained in:
Lowe Thiderman 2016-01-20 19:26:54 +01:00
parent 05faeccfaf
commit 802d867658
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
#key: bounds-of-thing-at-point
#key: botap
# --
(bounds-of-thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...
(bounds-of-thing-at-point $0)

View file

@ -3,4 +3,4 @@
#key: thing-at-point
#key: tap
# --
(thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...
(thing-at-point ${1:thing}${2: no-properties})