aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorDave Love1998-09-21 17:43:14 +0000
committerDave Love1998-09-21 17:43:14 +0000
commit5b2a53165085eddd35b9ef812aa7468cb643f2fd (patch)
treef52a8326a118b5257ca3fef4ceea10619840b927 /src/editfns.c
parent91fd6b858cb6b2e75d992ce0b6adfa1afc26bb01 (diff)
downloademacs-5b2a53165085eddd35b9ef812aa7468cb643f2fd.tar.gz
emacs-5b2a53165085eddd35b9ef812aa7468cb643f2fd.zip
(Fsave_restriction): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c1
1 files changed, 1 insertions, 0 deletions
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\
2269\n\ 2269\n\
2270`save-restriction' can get confused if, within the BODY, you widen\n\ 2270`save-restriction' can get confused if, within the BODY, you widen\n\
2271and then make changes outside the area within the saved restrictions.\n\ 2271and then make changes outside the area within the saved restrictions.\n\
2272See Info node `(elisp)Narrowing' for details and an appropriate technique.\n\
2272\n\ 2273\n\
2273Note: if you are using both `save-excursion' and `save-restriction',\n\ 2274Note: if you are using both `save-excursion' and `save-restriction',\n\
2274use `save-excursion' outermost:\n\ 2275use `save-excursion' outermost:\n\