summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArni Magnusson <arnima@hafro.is>2010-03-24 01:16:45 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-03-24 01:16:45 +0100
commitc333f279e525604d78fc58829404186e4f4ed54a (patch)
tree9327b6b1deba6e41d4de34f524f4c88cff1f759d
parent4c3a215a93bb972f9028ba3a0c99adfef5480d4b (diff)
downloademacs-c333f279e525604d78fc58829404186e4f4ed54a.tar.gz
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
-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 @@
+2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
+
+ * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
+
2010-03-21 Chong Yidong <cyd@stupidchicken.com>
* 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
selected. It supports the same values as the @code{cursor-type} frame
parameter; also, @code{nil} means don't display a cursor in
nonselected windows, and @code{t} (the default) means use a standard
-modificatoin of the usual cursor type (solid box becomes hollow box,
+modification of the usual cursor type (solid box becomes hollow box,
and bar becomes a narrower bar).
@end defopt