diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-04-10 12:12:34 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-04-10 12:12:34 -0700 |
commit | 10ee3b3f17731f44b9d5bd51c8330e16f22361c7 (patch) | |
tree | 3284a2ae7b3d86b8a8d992964f04db89d97cc6bf /lisp/elec-pair.el | |
parent | 39764caa7f21822f8919e51b07394c00c2431b36 (diff) | |
download | emacs-10ee3b3f17731f44b9d5bd51c8330e16f22361c7.tar.gz |
Spelling fixes.
* automated/electric-tests.el: Fix spelling error in test name.
(whitespace-skipping-for-quotes-not-outside):
Rename from whitespace-skipping-for-quotes-not-ouside.
Diffstat (limited to 'lisp/elec-pair.el')
-rw-r--r-- | lisp/elec-pair.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/elec-pair.el b/lisp/elec-pair.el index c16c1141800..04e1840c0a5 100644 --- a/lisp/elec-pair.el +++ b/lisp/elec-pair.el @@ -343,7 +343,7 @@ If point is not enclosed by any lists, return ((t) . (t))." (cons innermost outermost))) (defvar electric-pair-string-bound-function 'point-max - "Next buffer position where strings are syntatically unexpected. + "Next buffer position where strings are syntactically unexpected. Value is a function called with no arguments and returning a buffer position. Major modes should set this variable buffer-locally if they experience slowness with |