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
4e10df59
Commit
4e10df59
authored
Oct 31, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fframe_live_p): Doc fix.
parent
3f676284
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/ChangeLog
src/ChangeLog
+6
-0
src/frame.c
src/frame.c
+2
-2
No files found.
src/ChangeLog
View file @
4e10df59
2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* frame.c (Fframe_live_p): Doc fix.
* buffer.c (selective-display-ellipses): Doc fix.
2001-10-31 Gerd Moellmann <gerd@gnu.org>
* lread.c (to_multibyte): Fix computation of new read_buffer_size.
...
...
src/frame.c
View file @
4e10df59
...
...
@@ -181,8 +181,8 @@ DEFUN ("frame-live-p", Fframe_live_p, Sframe_live_p, 1, 1, 0,
doc
:
/* Return non-nil if OBJECT is a frame which has not been deleted.
Value is nil if OBJECT is not a live frame. If object is a live
frame, the return value indicates what sort of output device it is
displayed on.
Value is t for a termcap frame (a character-only
terminal), `x' for an Emacs frame being displayed in an X window
. */
)
displayed on.
See the documentation of `framep' for possible
return values
. */
)
(
object
)
Lisp_Object
object
;
{
...
...
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