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
9c748b27
Commit
9c748b27
authored
May 31, 2017
by
Paul Eggert
Browse files
* src/editfns.c (Fmessage): Improve doc string (Bug#23425#130).
parent
8130d910
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/editfns.c
src/editfns.c
+4
-5
No files found.
src/editfns.c
View file @
9c748b27
...
...
@@ -3734,11 +3734,10 @@ In batch mode, the message is printed to the standard error stream,
followed by a newline.
The first argument is a format control string, and the rest are data
to be formatted under control of the string. See `format-message' for
details.
Note: (message "%s" VALUE) displays the string VALUE without
interpreting format characters like `%', `\\=`', and `\\=''.
to be formatted under control of the string. Percent sign (%), grave
accent (\\=`) and apostrophe (\\=') are special in the format; see
`format-message' for details. To display STRING without special
treatment, use (message "%s" STRING).
If the first argument is nil or the empty string, the function clears
any existing message; this lets the minibuffer contents show. See
...
...
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