This commit is contained in:
Thomas von Dein
2017-07-15 21:45:04 +02:00
parent 4e6903b6fb
commit 982a565d8b
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ You may, however, configure the trigger list
list consists of cons cells, where the `car` is a regexp and the list consists of cons cells, where the `car` is a regexp and the
`cdr` an emacs lisp form (e.g. a lambda or defun). If you want to `cdr` an emacs lisp form (e.g. a lambda or defun). If you want to
use regexps which match more than one character, then you need to use regexps which match more than one character, then you need to
set `autoscratch-trigger-on-first-char` to true and possibly tune set `autoscratch-trigger-on-first-char` to `nil` and possibly tune
`autoscratch-trigger-after` accordingly. `autoscratch-trigger-after` accordingly.
If no regexp matches and/or `autoscratch-trigger-after` is If no regexp matches and/or `autoscratch-trigger-after` is

View File

@@ -49,7 +49,7 @@
;; list consists of cons cells, where the `car' is a regexp and the ;; list consists of cons cells, where the `car' is a regexp and the
;; `cdr' an emacs lisp form (e.g. a lambda or defun). If you want to ;; `cdr' an emacs lisp form (e.g. a lambda or defun). If you want to
;; use regexps which match more than one character, then you need to ;; use regexps which match more than one character, then you need to
;; set `autoscratch-trigger-on-first-char' to true and possibly tune ;; set `autoscratch-trigger-on-first-char' to `nil' and possibly tune
;; `autoscratch-trigger-after' accordingly. ;; `autoscratch-trigger-after' accordingly.
;; If no regexp matches and/or `autoscratch-trigger-after' is ;; If no regexp matches and/or `autoscratch-trigger-after' is