* doc/misc/sem-user.texi (Semantic mode user commands): Typo fix.

This commit is contained in:
Glenn Morris 2012-02-08 23:35:21 -08:00
parent 90d5efda3e
commit 9fcfcdef41
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2012-02-09 Glenn Morris <rgm@gnu.org>
* sem-user.texi (Semantic mode user commands): Typo fix.
* info.texi (Create Info buffer): Mention info-display-manual.
2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>

View file

@ -176,7 +176,7 @@ Copy the current tag into a register
kill it as well. This allows you to insert or jump to that tag with
the usual register commands. @xref{Registers,,,emacs,Emacs manual}.
@item \C-c , @kbd{up}
@item C-c , @kbd{up}
Transpose the current tag with the previous one
(@code{senator-transpose-tags-up}).