diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-02-26 13:53:37 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-02-26 13:53:37 +0100 |
commit | 9743f48de7325bd95a42e1a27acbf6635f8d086b (patch) | |
tree | 364b474f9019fa2899befe6d3260f8b8e1ed64f6 /doc/misc/cc-mode.texi | |
parent | ce557a924a299650b5e0c93ba276f1ec651f7941 (diff) | |
download | emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.tar.gz emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.tar.bz2 emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.zip |
Mark keys consistently in manuals
* doc/emacs/killing.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/misc/calc.texi:
* doc/misc/cc-mode.texi:
* doc/misc/dired-x.texi:
* doc/misc/ede.texi:
* doc/misc/edt.texi:
* doc/misc/efaq.texi:
* doc/misc/erc.texi:
* doc/misc/eshell.texi:
* doc/misc/gnus-faq.texi:
* doc/misc/gnus-news.texi:
* doc/misc/idlwave.texi:
* doc/misc/ido.texi:
* doc/misc/mairix-el.texi:
* doc/misc/message.texi:
* doc/misc/mh-e.texi:
* doc/misc/newsticker.texi:
* doc/misc/org.texi:
* doc/misc/pcl-cvs.texi:
* doc/misc/ses.texi:
* doc/misc/sieve.texi:
* doc/misc/smtpmail.texi:
* doc/misc/speedbar.texi:
* doc/misc/srecode.texi:
* doc/misc/vhdl-mode.texi:
* doc/misc/vip.texi:
* doc/misc/viper.texi: Mark keys consistently.
Diffstat (limited to 'doc/misc/cc-mode.texi')
-rw-r--r-- | doc/misc/cc-mode.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 52cd97bca66..d0d39d44e95 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi @@ -577,9 +577,9 @@ for the latest information on Emacs version and package compatibility @deffn Command c-version @findex version @r{(c-)} -You can find out what version of @ccmode{} you are using by visiting a C -file and entering @kbd{M-x c-version RET}. You should see this message in -the echo area: +You can find out what version of @ccmode{} you are using by visiting a +C file and entering @kbd{M-x c-version @key{RET}}. You should see +this message in the echo area: @example Using CC Mode version 5.XX @@ -1708,7 +1708,7 @@ nomenclature and treat them as separate words: @item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword} @item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword} @item @kbd{M-d} @tab @code{kill-word} @tab @code{c-kill-subword} -@item @kbd{M-DEL} @tab @code{backward-kill-word} @tab @code{c-backward-kill-subword} +@item @kbd{M-@key{DEL}} @tab @code{backward-kill-word} @tab @code{c-backward-kill-subword} @item @kbd{M-t} @tab @code{transpose-words} @tab @code{c-transpose-subwords} @item @kbd{M-c} @tab @code{capitalize-word} @tab @code{c-capitalize-subword} @item @kbd{M-u} @tab @code{upcase-word} @tab @code{c-upcase-subword} |