diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-04-29 14:36:23 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-05-01 19:27:08 +0200 |
commit | 3cbc1e342791ce11b1fe2ce9e3d66f7431c656c2 (patch) | |
tree | 8dfd225b864c60be53b9a73002ed86b99d7774a1 /doc/emacs/rmail.texi | |
parent | de8349e125d24e1e53cdb5c54d45a32582682ff2 (diff) | |
download | emacs-3cbc1e342791ce11b1fe2ce9e3d66f7431c656c2.tar.gz |
Change all occurrences of "Mouse-[0-9]" to "mouse-[0-9]"
* doc/emacs/*.texi: Change all occurrences of "Mouse-[0-9]" to
"mouse-[0-9]". These are case sensitive, and the keys are lower case
(bug#14554).
(cherry picked from commit e4c26271f2c2fe08f8490e25c63a436ab2a804ca)
Diffstat (limited to 'doc/emacs/rmail.texi')
-rw-r--r-- | doc/emacs/rmail.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index ef9894d6f26..a8cf5e4a512 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -1252,8 +1252,8 @@ Address mode: @end example @noindent -Then you can browse these URLs by clicking on them with @kbd{Mouse-2} -(or @kbd{Mouse-1} quickly) or by moving to one and typing @kbd{C-c +Then you can browse these URLs by clicking on them with @kbd{mouse-2} +(or @kbd{mouse-1} quickly) or by moving to one and typing @kbd{C-c @key{RET}}. @xref{Goto Address mode, Activating URLs, Activating URLs}. @node Rmail Coding |