aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArni Magnusson2010-03-24 01:16:45 +0100
committerJuanma Barranquero2010-03-24 01:16:45 +0100
commitc333f279e525604d78fc58829404186e4f4ed54a (patch)
tree9327b6b1deba6e41d4de34f524f4c88cff1f759d /doc
parent4c3a215a93bb972f9028ba3a0c99adfef5480d4b (diff)
downloademacs-c333f279e525604d78fc58829404186e4f4ed54a.tar.gz
emacs-c333f279e525604d78fc58829404186e4f4ed54a.zip
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/frames.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 64b4b148797..29c3980a2b5 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2
3 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4
12010-03-21 Chong Yidong <cyd@stupidchicken.com> 52010-03-21 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * processes.texi (Network Processes): Document seqpacket type. 7 * processes.texi (Network Processes): Document seqpacket type.
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 14a85ea556f..9994210bd17 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -821,7 +821,7 @@ This variable controls how the cursor looks in a window that is not
821selected. It supports the same values as the @code{cursor-type} frame 821selected. It supports the same values as the @code{cursor-type} frame
822parameter; also, @code{nil} means don't display a cursor in 822parameter; also, @code{nil} means don't display a cursor in
823nonselected windows, and @code{t} (the default) means use a standard 823nonselected windows, and @code{t} (the default) means use a standard
824modificatoin of the usual cursor type (solid box becomes hollow box, 824modification of the usual cursor type (solid box becomes hollow box,
825and bar becomes a narrower bar). 825and bar becomes a narrower bar).
826@end defopt 826@end defopt
827 827