projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45deb04
)
* src/syntax.c (Fbackward_prefix_chars): Reword docstring
author
Nicolas Richard
<theonewiththeevillook@yahoo.fr>
Thu, 11 Jun 2015 09:46:14 +0000
(11:46 +0200)
committer
Nicolas Richard
<theonewiththeevillook@yahoo.fr>
Thu, 11 Jun 2015 09:49:00 +0000
(11:49 +0200)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index 1695815902a326b55433389035bb4734a030b994..0d8b08c01b6d688b8fb25c5cce141376c07c4974 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-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;