Mercurial > emacs
diff src/editfns.c @ 23292:2076beb17834
(Fsave_restriction): Doc fix.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Mon, 21 Sep 1998 17:43:14 +0000 |
| parents | 90e5d916ebd9 |
| children | df3f641c9ca1 |
line wrap: on
line diff
--- a/src/editfns.c Mon Sep 21 17:39:54 1998 +0000 +++ b/src/editfns.c Mon Sep 21 17:43:14 1998 +0000 @@ -2269,6 +2269,7 @@ \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\
