From 6924dda6ad76a7259ddd6e8f194c836a0318a534 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 21 Oct 2001 15:28:03 +0000 Subject: [PATCH] (Fsave_window_excursion): Add usage: string to doc string. --- src/window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index c8a348bf626..a510db6fab6 100644 --- a/src/window.c +++ b/src/window.c @@ -5297,7 +5297,8 @@ Restore which buffer appears in which window, where display starts, and the value of point and mark for each window. Also restore the choice of selected window. Also restore which buffer is current. -Does not restore the value of point in current buffer. */) +Does not restore the value of point in current buffer. +usage: (save-window-excursion BODY ...) */) (args) Lisp_Object args; { -- 2.39.2