Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
90d99fdf
Commit
90d99fdf
authored
Nov 23, 2012
by
Chong Yidong
Browse files
* modes.texi (%-Constructs): Fix statement about mode construct padding.
Fixes: debbugs:12866
parent
24becea4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/modes.texi
doc/lispref/modes.texi
+10
-5
No files found.
doc/lispref/ChangeLog
View file @
90d99fdf
2012-11-23 Chong Yidong <cyd@gnu.org>
* modes.texi (%-Constructs): Fix statement about mode construct
padding (Bug#12866).
2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
* debugging.texi (Profiling): Make it more clear
...
...
doc/lispref/modes.texi
View file @
90d99fdf
...
...
@@ -2086,11 +2086,16 @@ specifies addition of text properties.
@subsection @code{%}-Constructs in the Mode Line
Strings used as mode line constructs can use certain
@code{%}-constructs 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
@samp{%} to specify a minimum field width. If the width is less, the
field is padded with spaces to the right.
@code{%}-constructs 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment