diff options
author | Juri Linkov <juri@jurta.org> | 2007-10-18 00:10:41 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-10-18 00:10:41 +0000 |
commit | 168b980f4bf0dccf8f445a264aa8a863780b7bc4 (patch) | |
tree | 856c41ab887ca8d06a3b7791585d34dbf66007b8 /doc/emacs | |
parent | f0a35bd4ff35e06115aad24a0de94a630b3135e4 (diff) | |
download | emacs-168b980f4bf0dccf8f445a264aa8a863780b7bc4.tar.gz |
(Spelling): ispell-word operates on the active region in Transient Mark mode.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 13 | ||||
-rw-r--r-- | doc/emacs/fixit.texi | 4 |
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3490f786ecd..0c2c96337a6 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,16 @@ +2007-10-17 Juri Linkov <juri@jurta.org> + + * text.texi (Fill Commands): Undocument fill-paragraph-or-region. + fill-paragraph operates on the active region in Transient Mark mode. + (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region + with fill-paragraph. + + * basic.texi (Arguments): Replace fill-paragraph-or-region with + fill-paragraph. + + * fixit.texi (Spelling): ispell-word operates on the active region + in Transient Mark mode. + 2007-10-17 Aaron S. Hawley <aaronh@garden.org> * building.texi (Source Buffers): diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index d1577e2f528..2d827f5a1a2 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi @@ -325,7 +325,9 @@ you give an explicit command to do so. To check the spelling of the word around or before point, and optionally correct it as well, use the command @kbd{M-$} (@code{ispell-word}). If the word is not correct, the command offers -you various alternatives for what to do about it. +you various alternatives for what to do about it. When the mark is +active in Transient Mark mode, this command operates on the active +region like @code{ispell-region}. @findex ispell-buffer @findex ispell-region |