aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
-rw-r--r--src/image.c2
-rw-r--r--src/window.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 8cb28d8aa70..80eaa971a3a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -383,7 +383,7 @@ nsberror (Lisp_Object spec)
383} 383}
384 384
385DEFUN ("buffer-live-p", Fbuffer_live_p, Sbuffer_live_p, 1, 1, 0, 385DEFUN ("buffer-live-p", Fbuffer_live_p, Sbuffer_live_p, 1, 1, 0,
386 doc: /* Return non-nil if OBJECT is a buffer which has not been killed. 386 doc: /* Return t if OBJECT is a buffer which has not been killed.
387Value is nil if OBJECT is not a buffer or if it has been killed. */) 387Value is nil if OBJECT is not a buffer or if it has been killed. */)
388 (Lisp_Object object) 388 (Lisp_Object object)
389{ 389{
diff --git a/src/image.c b/src/image.c
index 7cf1bc4c362..08e420837a0 100644
--- a/src/image.c
+++ b/src/image.c
@@ -10053,7 +10053,7 @@ The list of capabilities can include one or more of the following:
10053 10053
10054DEFUN ("init-image-library", Finit_image_library, Sinit_image_library, 1, 1, 0, 10054DEFUN ("init-image-library", Finit_image_library, Sinit_image_library, 1, 1, 0,
10055 doc: /* Initialize image library implementing image type TYPE. 10055 doc: /* Initialize image library implementing image type TYPE.
10056Return non-nil if TYPE is a supported image type. 10056Return t if TYPE is a supported image type.
10057 10057
10058If image libraries are loaded dynamically (currently only the case on 10058If image libraries are loaded dynamically (currently only the case on
10059MS-Windows), load the library for TYPE if it is not yet loaded, using 10059MS-Windows), load the library for TYPE if it is not yet loaded, using
diff --git a/src/window.c b/src/window.c
index 1e6e148bf48..e4bb2daeb38 100644
--- a/src/window.c
+++ b/src/window.c
@@ -384,7 +384,7 @@ If FRAME is omitted or nil, it defaults to the selected frame. */)
384 384
385DEFUN ("window-minibuffer-p", Fwindow_minibuffer_p, 385DEFUN ("window-minibuffer-p", Fwindow_minibuffer_p,
386 Swindow_minibuffer_p, 0, 1, 0, 386 Swindow_minibuffer_p, 0, 1, 0,
387 doc: /* Return non-nil if WINDOW is a minibuffer window. 387 doc: /* Return t if WINDOW is a minibuffer window.
388WINDOW must be a valid window and defaults to the selected one. */) 388WINDOW must be a valid window and defaults to the selected one. */)
389 (Lisp_Object window) 389 (Lisp_Object window)
390{ 390{