diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 1 |
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\ |
| 2271 | and then make changes outside the area within the saved restrictions.\n\ | 2271 | and then make changes outside the area within the saved restrictions.\n\ |
| 2272 | See Info node `(elisp)Narrowing' for details and an appropriate technique.\n\ | ||
| 2272 | \n\ | 2273 | \n\ |
| 2273 | Note: if you are using both `save-excursion' and `save-restriction',\n\ | 2274 | Note: if you are using both `save-excursion' and `save-restriction',\n\ |
| 2274 | use `save-excursion' outermost:\n\ | 2275 | use `save-excursion' outermost:\n\ |