]> code.delx.au - gnu-emacs/commitdiff
* src/syntax.c (Fbackward_prefix_chars): Reword docstring
authorNicolas Richard <theonewiththeevillook@yahoo.fr>
Thu, 11 Jun 2015 09:46:14 +0000 (11:46 +0200)
committerNicolas Richard <theonewiththeevillook@yahoo.fr>
Thu, 11 Jun 2015 09:49:00 +0000 (11:49 +0200)
src/syntax.c

index 1695815902a326b55433389035bb4734a030b994..0d8b08c01b6d688b8fb25c5cce141376c07c4974 100644 (file)
@@ -3013,7 +3013,8 @@ but before count is used up, nil is returned.  */)
 DEFUN ("backward-prefix-chars", Fbackward_prefix_chars, Sbackward_prefix_chars,
        0, 0, 0,
        doc: /* Move point backward over any number of chars with prefix syntax.
-This includes chars with "quote" or "prefix" syntax (' or p).  */)
+This includes chars with expression prefix syntax class (') and those with
+the prefix syntax flag (p).  */)
   (void)
 {
   ptrdiff_t beg = BEGV;