Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fc896a92
Commit
fc896a92
authored
Jun 12, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(font-lock-beginning-of-syntax-function): Doc fix.
parent
8b22c65a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
lisp/font-lock.el
lisp/font-lock.el
+10
-5
No files found.
lisp/font-lock.el
View file @
fc896a92
...
...
@@ -519,12 +519,17 @@ If this is nil, the major mode's syntax table is used.
This is normally set via `font-lock-defaults'."
)
(
defvar
font-lock-beginning-of-syntax-function
nil
"*Non-nil means use this function to move back outside of a syntactic block.
When called with no args it should leave point at the beginning of any
enclosing syntactic block.
If this is nil, the beginning of the buffer is used (in the worst case).
"*Non-nil means use this function to move back outside all constructs.
When called with no args it should move point backward to a place which
is not in a string or comment and not within any bracket-pairs (or else,
a place such that any bracket-pairs outside it can be ignored for Emacs
syntax analysis and fontification).
If this is nil, the beginning of the buffer is used, which is
always correct but tends to be slow.
This is normally set via `font-lock-defaults'.
It is preferable to set `syntax-begin-function' instead."
)
This variable is semi-obsolete; we recommend setting
`syntax-begin-function' instead."
)
(
defvar
font-lock-mark-block-function
nil
"*Non-nil means use this function to mark a block of text.
...
...
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