From: Glenn Morris Date: Thu, 9 Feb 2012 07:35:21 +0000 (-0800) Subject: * doc/misc/sem-user.texi (Semantic mode user commands): Typo fix. X-Git-Tag: emacs-pretest-24.0.94~212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fcfcdef41b657921eab99ba8c34f91849c13c45;p=emacs.git * doc/misc/sem-user.texi (Semantic mode user commands): Typo fix. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 29d18af112e..ff71a6857af 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,5 +1,7 @@ 2012-02-09 Glenn Morris + * sem-user.texi (Semantic mode user commands): Typo fix. + * info.texi (Create Info buffer): Mention info-display-manual. 2012-02-07 Lars Ingebrigtsen diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi index 1984d69a695..e223f98d46a 100644 --- a/doc/misc/sem-user.texi +++ b/doc/misc/sem-user.texi @@ -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}).