diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/elec-pair.el | 2 | ||||
-rw-r--r-- | lisp/nxml/rng-cmpct.el | 3 |
2 files changed, 2 insertions, 3 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 diff --git a/lisp/nxml/rng-cmpct.el b/lisp/nxml/rng-cmpct.el index 3518de977a4..0dfdb4279be 100644 --- a/lisp/nxml/rng-cmpct.el +++ b/lisp/nxml/rng-cmpct.el @@ -363,7 +363,7 @@ OVERRIDE is either nil, require or t." "*"))) (defun rng-c-process-escapes () - ;; Check for any nuls, since we will use nul chars + ;; Check for any NULs, since we will use NUL chars ;; for internal purposes. (let ((pos (search-forward "\C-@" nil t))) (and pos @@ -932,4 +932,3 @@ Current token after parse is token following ]." (provide 'rng-cmpct) ;;; rng-cmpct.el - |