< :the previous in number
^ :the list in numerical order
> :the next in number
P :the previous (in thread)
N :the next article (the next thread)
|<:the top of this thread
>|:the next thread
^ :the parent (reply-to)
_:the child (an article replying to this)
>:the elder article having the same parent
<:the youger article having the same parent
---:split window and show thread lists
| :split window (vertically) and show thread lists
~ :close the thread frame
.:the index
..:the index of indices
Adam P. Jenkins wrote:
> Emacs lisp packages typically have the documentation in the elisp
> package itself. In any emacs buffer, the describe-mode emacs function,
> bound to "C-h m" or "F1 m", gives some documentation for the current
> major and minor modes. So, if you're editing a a ruby file in emacs and
> run describe-mode, you get documentation for ruby-mode, which includes
> keybindings.
>
> Adam
When I tried that, shortly pefore posting my original question, it gave
me an error message about not being able to access the file containing
the documentation. The problem seems to have gone away, maybe as a
result of restarting Emacs.