Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
38cdd6f8
Commit
38cdd6f8
authored
Mar 01, 2008
by
Alan Mackenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->
"c-old-END".
parent
2bac4480
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-langs.el
+3
-3
No files found.
lisp/progmodes/cc-langs.el
View file @
38cdd6f8
...
@@ -210,8 +210,8 @@ the evaluated constant value at compile time."
...
@@ -210,8 +210,8 @@ the evaluated constant value at compile time."
(
defun
c-filter-ops
(
ops
opgroup-filter
op-filter
&optional
xlate
)
(
defun
c-filter-ops
(
ops
opgroup-filter
op-filter
&optional
xlate
)
;; Extract a subset of the operators in the list OPS in a DWIM:ey
;; Extract a subset of the operators in the list OPS in a DWIM:ey
;; way. The return value is a plain list of operators:
;; way. The return value is a plain list of operators:
;;
;;
;; OPS either has the structure of `c-operators', is a single
;; OPS either has the structure of `c-operators', is a single
;; group in `c-operators', or is a plain list of operators.
;; group in `c-operators', or is a plain list of operators.
;;
;;
...
@@ -445,7 +445,7 @@ exit; on entry, the buffer will have been widened and match-data
...
@@ -445,7 +445,7 @@ exit; on entry, the buffer will have been widened and match-data
will have been saved; the return value is ignored.
will have been saved; the return value is ignored.
The function may extend the region to be fontified by setting the
The function may extend the region to be fontified by setting the
buffer local variables c-old-BEG and c-old-
L
EN.
buffer local variables c-old-BEG and c-old-EN
D
.
The function is called even when font locking is disabled.
The function is called even when font locking is disabled.
...
...
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