]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/positions.texi
Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.org
[gnu-emacs] / doc / lispref / positions.texi
index b05db2bc1a1863e5934d92aa46f6372ca01a98be..a59a99d124c7fe74daeeee85867c667d45d72c28 100644 (file)
@@ -828,7 +828,8 @@ consequences, so the byte compiler warns if you call @code{set-buffer}
 during an excursion:
 
 @example
-Warning: Use `with-current-buffer' rather than save-excursion+set-buffer
+Warning: Use `with-current-buffer' rather than
+         save-excursion+set-buffer
 @end example
 
 @noindent