]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix.
authorJuri Linkov <juri@jurta.org>
Wed, 7 Sep 2011 11:46:56 +0000 (14:46 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 7 Sep 2011 11:46:56 +0000 (14:46 +0300)
Fixes: debbugs:9432
lisp/ChangeLog
lisp/simple.el

index 2efe3a5e7fee3132b6720d8031064b90003586be..36944aaa1b6d53cdc7f67cb540a65e13eb846de2 100644 (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):
index fe46e36fdac818ae59ca6c57001c93e8ea840e5b..2d4f883f1ed7387637c10292e7a40f7cb3729ff4 100644 (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)