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
8b22c65a
Commit
8b22c65a
authored
Jun 12, 2002
by
Juanma Barranquero
Browse files
(Fformat_mode_line): Fix typo.
parent
1b55e301
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
8b22c65a
2002-06-12 Juanma Barranquero <lektu@terra.es>
* xdisp.c (Fformat_mode_line): Fix typo.
2002-06-12 Kim F. Storm <storm@cua.dk>
* xdisp.c (Fformat_mode_line): New function.
...
...
src/xdisp.c
View file @
8b22c65a
...
...
@@ -14019,7 +14019,7 @@ DEFUN ("format-mode-line", Fformat_mode_line, Sformat_mode_line,
0, 2, 0,
doc: /* Return the mode-line of selected window as a string.
First optional arg FORMAT specifies a different format string (see
`mode-line-format' for
for
details) to use. If FORMAT is t, return
`mode-line-format' for details) to use. If FORMAT is t, return
the buffer's header-line. Second optional arg WINDOW specifies a
different window to use as the context for the formatting. */)
(format, window)
...
...
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