emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110942: * modes.texi (%-Construct


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110942: * modes.texi (%-Constructs): Fix statement about mode construct padding.
Date: Fri, 23 Nov 2012 16:32:43 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110942
fixes bug: http://debbugs.gnu.org/12866
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-11-23 16:32:43 +0800
message:
  * modes.texi (%-Constructs): Fix statement about mode construct padding.
modified:
  doc/lispref/ChangeLog
  doc/lispref/modes.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-11-21 14:14:42 +0000
+++ b/doc/lispref/ChangeLog     2012-11-23 08:32:43 +0000
@@ -1,3 +1,8 @@
+2012-11-23  Chong Yidong  <address@hidden>
+
+       * modes.texi (%-Constructs): Fix statement about mode construct
+       padding (Bug#12866).
+
 2012-11-21  Stefan Monnier  <address@hidden>
 
        * debugging.texi (Profiling): Make it more clear

=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi    2012-10-31 20:56:55 +0000
+++ b/doc/lispref/modes.texi    2012-11-23 08:32:43 +0000
@@ -2086,11 +2086,16 @@
 @subsection @code{%}-Constructs in the Mode Line
 
   Strings used as mode line constructs can use certain
address@hidden to substitute various kinds of data.  Here is a
-list of the defined @code{%}-constructs, and what they mean.  In any
-construct except @samp{%%}, you can add a decimal integer after the
address@hidden to specify a minimum field width.  If the width is less, the
-field is padded with spaces to the right.
address@hidden to substitute various kinds of data.  The
+following is a list of the defined @code{%}-constructs, and what they
+mean.
+
+  In any construct except @samp{%%}, you can add a decimal integer
+after the @samp{%} to specify a minimum field width.  If the width is
+less, the field is padded to that width.  Purely numeric constructs
+(@samp{c}, @samp{i}, @samp{I}, and @samp{l}) are padded by inserting
+spaces to the left, and others are padded by inserting spaces to the
+right.
 
 @table @code
 @item %b


reply via email to

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