dotfiles/.emacs.d/snippets/emacs-lisp-mode/re-search-backward

6 lines
168 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#contributor: Xah Lee (XahLee.org)
#name: re-search-backward
#key: re-search-backward
#key: rsb
# --
(re-search-backward ${1:regexp}${2: bound}${3: noerror}${4: count})