From c333f279e525604d78fc58829404186e4f4ed54a Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Wed, 24 Mar 2010 01:16:45 +0100 Subject: [PATCH] * frames.texi (Cursor Parameters): Fix typo. (Bug#5760) --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/frames.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 (tiny change) + + * frames.texi (Cursor Parameters): Fix typo. (Bug#5760) + 2010-03-21 Chong Yidong * 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 -- 2.11.4.GIT