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
48eb3688
Commit
48eb3688
authored
Dec 10, 2006
by
Juanma Barranquero
Browse files
(c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): Doc fix.
parent
a3c0e188
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-langs.el
+2
-2
No files found.
lisp/progmodes/cc-langs.el
View file @
48eb3688
...
...
@@ -1331,7 +1331,7 @@ properly."
(
c-lang-defconst
c-at-vsemi-p-fn
"Contains a function \"Is there a virtual semicolon at POS or point?\".
Such a function takes one optional parameter, a buffer position (defaults to
point), and returns
NIL
or t. This variable contains
NIL
for languages which
point), and returns
nil
or t. This variable contains
nil
for languages which
don't have EOL terminated statements. "
t
nil
awk
'c-awk-at-vsemi-p
)
...
...
@@ -1342,7 +1342,7 @@ don't have EOL terminated statements. "
The (admittedly kludgey) purpose of such a function is to prevent an infinite
recursion in c-beginning-of-statement-1 when point starts at a `while' token.
The function MUST NOT UNDER ANY CIRCUMSTANCES call c-beginning-of-statement-1,
even indirectly. This variable contains
NIL
for languages which don't have
even indirectly. This variable contains
nil
for languages which don't have
EOL terminated statements."
t
nil
awk
'c-awk-vsemi-status-unknown-p
)
...
...
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