summaryrefslogtreecommitdiff
path: root/doc/lispref/positions.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-06-11 14:48:47 +0800
committerChong Yidong <cyd@gnu.org>2012-06-11 14:48:47 +0800
commit84f4a5318039a0d2939dc4e47e1a173cdcf00223 (patch)
tree93b8f1b9a56cb1e32730381a805d1ad496001c82 /doc/lispref/positions.texi
parentb4543a2894f8d74cb01e4b353f8d6ebb5ae7bf3b (diff)
downloademacs-84f4a5318039a0d2939dc4e47e1a173cdcf00223.tar.gz
More minor manual copyedits to fix 7x9 manual underfull/overfull hboxes.
* doc/emacs/emacs.texi: Remove urlcolor setting. * doc/lispref/elisp.texi, vol1.texi, vol2.texi: Remove urlcolor setting. * doc/lispref/vol2.texi: Include package.texi.
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 99722c93902..9d7cffd51ed 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -831,7 +831,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