mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-19 04:21:45 -07:00
* doc/lispref/positions.texi (Excursions): Update warning message.
This commit is contained in:
parent
de09aa521c
commit
c599682c2a
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue