1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix.

Fixes: debbugs:9432
This commit is contained in:
Juri Linkov 2011-09-07 14:46:56 +03:00
parent a9bec17c46
commit 249f792c82
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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):

View File

@ -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)