aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-10-08 13:52:03 -0700
committerGlenn Morris2011-10-08 13:52:03 -0700
commitc599682c2aee78cb9e3008f6276f38139fcccb17 (patch)
tree7c9cd9d504a31ba41feb0dcaafa5349c604d081f
parentde09aa521c0424dfb24bbb47e4eb864827ffca76 (diff)
downloademacs-c599682c2aee78cb9e3008f6276f38139fcccb17.tar.gz
emacs-c599682c2aee78cb9e3008f6276f38139fcccb17.zip
* doc/lispref/positions.texi (Excursions): Update warning message.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/positions.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index bb98cd884cf..79d91cd943f 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12011-10-08 Glenn Morris <rgm@gnu.org>
2
3 * positions.texi (Excursions): Update warning message.
4
12011-10-05 Chong Yidong <cyd@stupidchicken.com> 52011-10-05 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix 7 * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi
index 1124d58ebcc..74444c7ad60 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -832,7 +832,7 @@ consequences, so the byte compiler warns if you call @code{set-buffer}
832during an excursion: 832during an excursion:
833 833
834@example 834@example
835Warning: @code{save-excursion} defeated by @code{set-buffer} 835Warning: Use `with-current-buffer' rather than save-excursion+set-buffer
836@end example 836@end example
837 837
838@noindent 838@noindent