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
249f792c
Commit
249f792c
authored
Sep 07, 2011
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix.
Fixes: debbugs:9432
parent
a9bec17c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/simple.el
lisp/simple.el
+4
-2
No files found.
lisp/ChangeLog
View file @
249f792c
2011-09-07 Juri Linkov <juri@jurta.org>
* simple.el (next-error-highlight, next-error-highlight-no-select):
Doc fix (bug#9432).
2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
* progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
...
...
lisp/simple.el
View file @
249f792c
...
...
@@ -73,7 +73,8 @@ in seconds, or until the next command is executed.
If t, highlight the locus until the next command is executed, or until
some other locus replaces it.
If nil, don't highlight the locus in the source buffer.
If `fringe-arrow', indicate the locus by the fringe arrow."
If `fringe-arrow', indicate the locus by the fringe arrow
indefinitely until some other locus replaces it."
:type
'
(
choice
(
number
:tag
"Highlight for specified time"
)
(
const
:tag
"Semipermanent highlighting"
t
)
(
const
:tag
"No highlighting"
nil
)
...
...
@@ -86,7 +87,8 @@ If `fringe-arrow', indicate the locus by the fringe arrow."
If number, highlight the locus in `next-error' face for given time in seconds.
If t, highlight the locus indefinitely until some other locus replaces it.
If nil, don't highlight the locus in the source buffer.
If `fringe-arrow', indicate the locus by the fringe arrow."
If `fringe-arrow', indicate the locus by the fringe arrow
indefinitely until some other locus replaces it."
:type
'
(
choice
(
number
:tag
"Highlight for specified time"
)
(
const
:tag
"Semipermanent highlighting"
t
)
(
const
:tag
"No highlighting"
nil
)
...
...
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