Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9db1775a
Commit
9db1775a
authored
Jul 20, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fformat): Doc fix.
parent
c8e76b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/editfns.c
src/editfns.c
+5
-1
No files found.
src/editfns.c
View file @
9db1775a
...
...
@@ -1767,9 +1767,13 @@ The other arguments are substituted into it to make the result, a string.\n\
It may contain %-sequences meaning to substitute the next argument.
\n
\
%s means print a string argument. Actually, prints any object, with `princ'.
\n
\
%d means print as number in decimal (%o octal, %x hex).
\n
\
%e means print a number in exponential notation.
\n
\
%f means print a number in decimal-point notation.
\n
\
%g means print a number in exponential notation
\n
\
or decimal-point notation, whichever uses fewer characters.
\n
\
%c means print a number as a single character.
\n
\
%S means print any object as an s-expression (using prin1).
\n
\
The argument used for %d, %o, %x or %c must be a number.
\n
\
The argument used for %d, %o, %x
, %e, %f, %g
or %c must be a number.
\n
\
Use %% to put a single % into the output."
)
(
nargs
,
args
)
int
nargs
;
...
...
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