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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
281c1721
Commit
281c1721
authored
Oct 27, 2004
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fmessage): Doc fix.
parent
a9f2a45f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/editfns.c
src/editfns.c
+5
-2
No files found.
src/editfns.c
View file @
281c1721
...
...
@@ -3049,11 +3049,14 @@ static int message_length;
DEFUN
(
"message"
,
Fmessage
,
Smessage
,
1
,
MANY
,
0
,
doc
:
/* Print a one-line message at the bottom of the screen.
The message also goes into the `*Messages*' buffer.
\(In keyboard macros, that's all it does.)
The first argument is a format control string, and the rest are data
to be formatted under control of the string. See `format' for details.
If the first argument is nil,
clear any existing message; let the
minibuffer contents show
.
If the first argument is nil,
the function clears any existing message;
this lets the minibuffer contents show. See also `current-message'
.
usage: (message STRING &rest ARGS) */
)
(
nargs
,
args
)
...
...
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