diff options
| author | Arni Magnusson | 2010-03-24 01:16:45 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-03-24 01:16:45 +0100 |
| commit | c333f279e525604d78fc58829404186e4f4ed54a (patch) | |
| tree | 9327b6b1deba6e41d4de34f524f4c88cff1f759d /doc | |
| parent | 4c3a215a93bb972f9028ba3a0c99adfef5480d4b (diff) | |
| download | emacs-c333f279e525604d78fc58829404186e4f4ed54a.tar.gz emacs-c333f279e525604d78fc58829404186e4f4ed54a.zip | |
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
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 @@ | |||
| 1 | 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change) | ||
| 2 | |||
| 3 | * frames.texi (Cursor Parameters): Fix typo. (Bug#5760) | ||
| 4 | |||
| 1 | 2010-03-21 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-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 | |||
| 821 | selected. It supports the same values as the @code{cursor-type} frame | 821 | selected. It supports the same values as the @code{cursor-type} frame |
| 822 | parameter; also, @code{nil} means don't display a cursor in | 822 | parameter; also, @code{nil} means don't display a cursor in |
| 823 | nonselected windows, and @code{t} (the default) means use a standard | 823 | nonselected windows, and @code{t} (the default) means use a standard |
| 824 | modificatoin of the usual cursor type (solid box becomes hollow box, | 824 | modification of the usual cursor type (solid box becomes hollow box, |
| 825 | and bar becomes a narrower bar). | 825 | and bar becomes a narrower bar). |
| 826 | @end defopt | 826 | @end defopt |
| 827 | 827 | ||