# HG changeset patch # User Miles Bader # Date 1003678083 0 # Node ID b4ffca20829fe4d6ced26d9fc19c3faf1650c61f # Parent 3c480f0b4146f1814462d3ca299e04c4a6b9a0de (Fsave_window_excursion): Add usage: string to doc string. diff -r 3c480f0b4146 -r b4ffca20829f src/window.c --- a/src/window.c Sun Oct 21 15:27:09 2001 +0000 +++ b/src/window.c Sun Oct 21 15:28:03 2001 +0000 @@ -5297,7 +5297,8 @@ 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; {