mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(next-error-highlight, next-error-highlight-no-select):
Fix spelling error.
This commit is contained in:
parent
9cd4a6a1b9
commit
c81b29e624
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ 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."
|
||||
:type '(choice (number :tag "Highlight for specified time")
|
||||
(const :tag "Semipermantent highlighting" t)
|
||||
(const :tag "Semipermanent highlighting" t)
|
||||
(const :tag "No highlighting" nil)
|
||||
(const :tag "Fringe arrow" fringe-arrow))
|
||||
:group 'next-error
|
||||
|
|
@ -148,7 +148,7 @@ 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."
|
||||
:type '(choice (number :tag "Highlight for specified time")
|
||||
(const :tag "Semipermantent highlighting" t)
|
||||
(const :tag "Semipermanent highlighting" t)
|
||||
(const :tag "No highlighting" nil)
|
||||
(const :tag "Fringe arrow" fringe-arrow))
|
||||
:group 'next-error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue