]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/positions.texi (Excursions): Update warning message.
authorGlenn Morris <rgm@gnu.org>
Sat, 8 Oct 2011 20:52:03 +0000 (13:52 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 8 Oct 2011 20:52:03 +0000 (13:52 -0700)
doc/lispref/ChangeLog
doc/lispref/positions.texi

index bb98cd884cf2d8f4c3cf7d62589b0defa5509c79..79d91cd943f74bf63c07786062be7b5049c56d71 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-08  Glenn Morris  <rgm@gnu.org>
+
+       * positions.texi (Excursions): Update warning message.
+
 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
 
        * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix
index 1124d58ebcc9d086c727715e08048da2e88247fa..74444c7ad605e554cbb8557854819b8fb014669f 100644 (file)
@@ -832,7 +832,7 @@ consequences, so the byte compiler warns if you call @code{set-buffer}
 during an excursion:
 
 @example
-Warning: @code{save-excursion} defeated by @code{set-buffer}
+Warning: Use `with-current-buffer' rather than save-excursion+set-buffer
 @end example
 
 @noindent