From: Dave Love Date: Mon, 21 Sep 1998 17:43:14 +0000 (+0000) Subject: (Fsave_restriction): Doc fix. X-Git-Tag: emacs-20.4~1657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b2a53165085eddd35b9ef812aa7468cb643f2fd;p=emacs.git (Fsave_restriction): Doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index cf88d69d23b..f1f11cf2781 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2269,6 +2269,7 @@ The value returned is the value of the last form in BODY.\n\ \n\ `save-restriction' can get confused if, within the BODY, you widen\n\ and then make changes outside the area within the saved restrictions.\n\ +See Info node `(elisp)Narrowing' for details and an appropriate technique.\n\ \n\ Note: if you are using both `save-excursion' and `save-restriction',\n\ use `save-excursion' outermost:\n\