]> code.delx.au - gnu-emacs/blobdiff - src/syntax.c
Merge from origin/emacs-25
[gnu-emacs] / src / syntax.c
index 7e98854767549bca4d4fd05f39755ea6ffca8cc2..249d0d58bc6e594448ece9ebc8e42ea7b22e37ed 100644 (file)
@@ -3701,11 +3701,11 @@ Each function is called with two arguments; POS and LIMIT.
 POS and LIMIT are character positions in the current buffer.
 
 If POS is less than LIMIT, POS is at the first character of a word,
-and the return value of a function should be a position after the
-last character of that word.
+and the return value of a function is a position after the last
+character of that word.
 
 If POS is not less than LIMIT, POS is at the last character of a word,
-and the return value of a function should be a position at the first
+and the return value of a function is a position at the first
 character of that word.
 
 In both cases, LIMIT bounds the search. */);