summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-01-16 18:00:33 +0100
committerJuanma Barranquero <lekktu@gmail.com>2012-01-16 18:00:33 +0100
commitf5064caef232a2da5ac1f0a20135243d332654f0 (patch)
treec60dbf2f438ca451463effbe41341d7dafbcafcf /doc
parent01ec1eed4e0490ecbd6e577d35aebe9a22b0e19d (diff)
downloademacs-f5064caef232a2da5ac1f0a20135243d332654f0.tar.gz
doc/lispref/windows.texi (Window Parameters): Use @pxref.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/windows.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 8304554ace6..4b9531c0e6c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-16 Juanma Barranquero <lekktu@gmail.com>
+
+ * windows.texi (Window Parameters): Use @pxref.
+
2012-01-16 Martin Rudalics <rudalics@gmx.at>
* windows.texi (Window Configurations, Window Parameters):
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 5f4e530089d..1bff30e45e1 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -3277,7 +3277,7 @@ is the selected window.
@end defun
By default, functions saving and restoring window configurations or the
-states of windows (@xref{Window Configurations}) do not care about
+states of windows (@pxref{Window Configurations}) do not care about
window parameters. This means, that when you change the value of a
parameter within the body of a @code{save-window-excursion}, the
previous value is not restored upon exit of that macro. It also means