summaryrefslogtreecommitdiff
path: root/doc/lispref/positions.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-06-17 13:13:40 +0800
committerChong Yidong <cyd@gnu.org>2012-06-17 13:13:40 +0800
commit41b7f8bc6c4511ab6fcf7f6b1f9e7fdcd8592821 (patch)
tree83b5228b63fe4bf45ec71aa25b5a21ab6aff3676 /doc/lispref/positions.texi
parent82a25657c58b7a5ad2f6d247aa91e11f0b2a783b (diff)
parent05c44a7512ba0da34f7e6c3869c22f2f3517d255 (diff)
downloademacs-41b7f8bc6c4511ab6fcf7f6b1f9e7fdcd8592821.tar.gz
Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.org
Diffstat (limited to 'doc/lispref/positions.texi')
-rw-r--r--doc/lispref/positions.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi
index b05db2bc1a1..a59a99d124c 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -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