Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fedc6ab5
Commit
fedc6ab5
authored
Dec 11, 2008
by
Juanma Barranquero
Browse files
* syntax.c (Fmodify_syntax_entry): Doc fix.
parent
d50299d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/syntax.c
src/syntax.c
+2
-2
No files found.
src/ChangeLog
View file @
fedc6ab5
2008-12-11 Juanma Barranquero <lekktu@gmail.com>
* syntax.c (Fmodify_syntax_entry): Doc fix.
2008-12-10 Juanma Barranquero <lekktu@gmail.com>
* font.c (Ffont_spec): Move usage to end of docstring.
...
...
src/syntax.c
View file @
fedc6ab5
...
...
@@ -968,7 +968,7 @@ DEFUN ("modify-syntax-entry", Fmodify_syntax_entry, Smodify_syntax_entry, 2, 3,
The syntax is changed only for table SYNTAX-TABLE, which defaults to
the current buffer's syntax table.
CHAR may be a cons (MIN . MAX), in which case, syntaxes of all characters
in the range MIN
and
MAX are changed.
in the range MIN
to
MAX are changed.
The first character of NEWENTRY should be one of the following:
Space or - whitespace syntax. w word constituent.
_ symbol constituent. . punctuation.
...
...
@@ -1001,7 +1001,7 @@ this flag:
p means CHAR is a prefix character for `backward-prefix-chars';
such characters are treated as whitespace when they occur
between expressions.
usage: (modify-syntax-entry CHAR NEWENTRY &optional SYNTAX-TABLE) */
)
usage: (modify-syntax-entry CHAR NEWENTRY &optional SYNTAX-TABLE)
*/
)
(
c
,
newentry
,
syntax_table
)
Lisp_Object
c
,
newentry
,
syntax_table
;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment