diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-08-02 22:51:32 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-08-02 22:51:32 +0000 |
commit | 40d2791f9b21c3a9a1ed865c148e5042df57a084 (patch) | |
tree | e3fd7652fc6460b41cbf2083cf39156ca8c6feff /doc | |
parent | 7e4d5894111e0c1fdfe58b197c87bedc78976578 (diff) | |
download | emacs-40d2791f9b21c3a9a1ed865c148e5042df57a084.tar.gz |
* speedbar.texi (Basic Key Bindings): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/speedbar.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 3680709fb14..f9ec9a6f6e7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2009-08-02 Eric Yu <sucode@gmail.com> (tiny change) + + * speedbar.texi (Basic Key Bindings): Fix typo. + 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com> * calc.texi (Vector/Matrix Functions): Add index entries for both diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi index 2e6e27330ec..dbb49614d30 100644 --- a/doc/misc/speedbar.texi +++ b/doc/misc/speedbar.texi @@ -164,7 +164,7 @@ Move to the next or previous item in a restricted fashion. If a list is open, the cursor will skip over it. If the cursor is in an open list, it will not leave it. @item C-M-n -@itemx C-M-n +@itemx C-M-p Move forwards and backwards across extended groups. This lets you quickly skip over all files, directories, or other common sub-items at the same current depth. |