From: Juri Linkov Date: Wed, 7 Sep 2011 11:46:56 +0000 (+0300) Subject: * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=249f792c828e9ad1e04ebda32f0e68c060bbe2ec;p=emacs.git * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix. Fixes: debbugs:9432 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2efe3a5e7fe..36944aaa1b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-09-07 Juri Linkov + + * simple.el (next-error-highlight, next-error-highlight-no-select): + Doc fix (bug#9432). + 2011-09-07 OKAZAKI Tetsurou (tiny change) * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): diff --git a/lisp/simple.el b/lisp/simple.el index fe46e36fdac..2d4f883f1ed 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)