diff options
| author | Juri Linkov | 2008-12-19 00:23:27 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-12-19 00:23:27 +0000 |
| commit | e1a78e1ec73e3d46e89f334a0145484327b72116 (patch) | |
| tree | f7c13673235215c0347865aa45daa5a85dae03cd /doc | |
| parent | 45ad1cc518620aae2882a7accf495e8fe387dc5e (diff) | |
| download | emacs-e1a78e1ec73e3d46e89f334a0145484327b72116.tar.gz emacs-e1a78e1ec73e3d46e89f334a0145484327b72116.zip | |
(Search Text): Remove mention of M-s.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/info.texi | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 2c0b2a18712..85d77c24791 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-12-19 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * info.texi (Search Text): Remove mention of removed key binding M-s. | ||
| 4 | |||
| 1 | 2008-12-18 Carsten Dominik <dominik@science.uva.nl> | 5 | 2008-12-18 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * org.texi (References): Remove mentioning of @0 as reference for the | 7 | * org.texi (References): Remove mentioning of @0 as reference for the |
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 4198e7b72e2..87f71e2c700 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi | |||
| @@ -1000,12 +1000,6 @@ reached, if the header is not visible (this can happen, because @kbd{s} | |||
| 1000 | puts your cursor at the occurrence of the string, not at the beginning | 1000 | puts your cursor at the occurrence of the string, not at the beginning |
| 1001 | of the node). | 1001 | of the node). |
| 1002 | 1002 | ||
| 1003 | @kindex M-s @r{(Info mode)} | ||
| 1004 | In Emacs, @kbd{Meta-s} is equivalent to @kbd{s}. That is for | ||
| 1005 | compatibility with other GNU packages that use @kbd{M-s} for a similar | ||
| 1006 | kind of search command. Both @kbd{s} and @kbd{M-s} run in Emacs the | ||
| 1007 | command @code{Info-search}. | ||
| 1008 | |||
| 1009 | @kindex C-s @r{(Info mode)} | 1003 | @kindex C-s @r{(Info mode)} |
| 1010 | @kindex C-r @r{(Info mode)} | 1004 | @kindex C-r @r{(Info mode)} |
| 1011 | @findex isearch | 1005 | @findex isearch |