From: Miles Bader Date: Sun, 21 Oct 2001 15:28:03 +0000 (+0000) Subject: (Fsave_window_excursion): Add usage: string to doc string. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/6924dda6ad76a7259ddd6e8f194c836a0318a534 (Fsave_window_excursion): Add usage: string to doc string. --- diff --git a/src/window.c b/src/window.c index c8a348bf62..a510db6fab 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; {