1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

* doc/lispref/positions.texi (Excursions): Update warning message.

This commit is contained in:
Glenn Morris 2011-10-08 13:52:03 -07:00
parent de09aa521c
commit c599682c2a
2 changed files with 5 additions and 1 deletions

View 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

View 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