emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105676: * lisp/simple.el (next-error


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105676: * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix.
Date: Wed, 07 Sep 2011 14:46:56 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105676
fixes bug(s): http://debbugs.gnu.org/9432
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Wed 2011-09-07 14:46:56 +0300
message:
  * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc 
fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-07 07:15:42 +0000
+++ b/lisp/ChangeLog    2011-09-07 11:46:56 +0000
@@ -1,3 +1,8 @@
+2011-09-07  Juri Linkov  <address@hidden>
+
+       * simple.el (next-error-highlight, next-error-highlight-no-select):
+       Doc fix (bug#9432).
+
 2011-09-07  OKAZAKI Tetsurou  <address@hidden>  (tiny change)
 
        * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2011-07-28 14:05:07 +0000
+++ b/lisp/simple.el    2011-09-07 11:46:56 +0000
@@ -73,7 +73,8 @@
 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 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]