emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104222: Fix bug #8652 with indentati


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104222: Fix bug #8652 with indentation of variable docs.
Date: Sat, 14 May 2011 11:46:11 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104222
fixes bug(s): http://debbugs.gnu.org/8652
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-05-14 11:46:11 +0300
message:
  Fix bug #8652 with indentation of variable docs.
  
   doc/lispref/text.texi (Special Properties): Move @defvar's out of the
   @table.
modified:
  doc/lispref/ChangeLog
  doc/lispref/text.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-05-12 16:30:17 +0000
+++ b/doc/lispref/ChangeLog     2011-05-14 08:46:11 +0000
@@ -1,3 +1,8 @@
+2011-05-14  Eli Zaretskii  <address@hidden>
+
+       * text.texi (Special Properties): Move @defvar's out of the
+       @table.  (Bug#8652)
+
 2011-05-12  Glenn Morris  <address@hidden>
 
        * display.texi (Image Descriptors): Fix typo.  (Bug#8495)

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2011-01-25 04:08:28 +0000
+++ b/doc/lispref/text.texi     2011-05-14 08:46:11 +0000
@@ -3272,15 +3272,28 @@
 @code{point-left} functions are called first, followed by all the
 @code{point-entered} functions.
 
-It is possible with @code{char-after} to examine characters at various
+It is possible to use @code{char-after} to examine characters at various
 buffer positions without moving point to those positions.  Only an
 actual change in the value of point runs these hook functions.
 
+The variable @code{inhibit-point-motion-hooks} can inhibit running the
address@hidden and @code{point-entered} hooks, see @ref{Inhibit
+point motion hooks}.
+
address@hidden composition
address@hidden composition @r{(text property)}
+This text property is used to display a sequence of characters as a
+single glyph composed from components.  But the value of the property
+itself is completely internal to Emacs and should not be manipulated
+directly by, for instance, @code{put-text-property}.
+
address@hidden table
+
 @defvar inhibit-point-motion-hooks
-When this variable is address@hidden, @code{point-left} and
address@hidden hooks are not run, and the @code{intangible}
-property has no effect.  Do not set this variable globally; bind it with
address@hidden
address@hidden point motion hooks} When this variable is
address@hidden, @code{point-left} and @code{point-entered} hooks are
+not run, and the @code{intangible} property has no effect.  Do not set
+this variable globally; bind it with @code{let}.
 @end defvar
 
 @defvar show-help-function
@@ -3293,15 +3306,6 @@
 Manual}) provides an example.
 @end defvar
 
address@hidden composition
address@hidden composition @r{(text property)}
-This text property is used to display a sequence of characters as a
-single glyph composed from components.  But the value of the property
-itself is completely internal to Emacs and should not be manipulated
-directly by, for instance, @code{put-text-property}.
-
address@hidden table
-
 @node Format Properties
 @subsection Formatted Text Properties
 


reply via email to

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