From 7a069f35d4ce002dc10d666fde2850d8e6eee427 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 25 Feb 2018 16:29:39 +0100 Subject: Fix @kindex entries in manuals * doc/emacs/basic.texi: * doc/emacs/buffers.texi: * doc/emacs/building.texi: * doc/emacs/calendar.texi: * doc/emacs/custom.texi: * doc/emacs/dired.texi: * doc/emacs/display.texi: * doc/emacs/files.texi: * doc/emacs/frames.texi: * doc/emacs/help.texi: * doc/emacs/indent.texi: * doc/emacs/killing.texi: * doc/emacs/kmacro.texi: * doc/emacs/mark.texi: * doc/emacs/mini.texi: * doc/emacs/misc.texi: * doc/emacs/modes.texi: * doc/emacs/msdos-xtra.texi: * doc/emacs/msdos.texi: * doc/emacs/mule.texi: * doc/emacs/picture-xtra.texi: * doc/emacs/programs.texi: * doc/emacs/regs.texi: * doc/emacs/rmail.texi: * doc/emacs/screen.texi: * doc/emacs/search.texi: * doc/emacs/sending.texi: * doc/emacs/text.texi: * doc/emacs/trouble.texi: * doc/lispref/files.texi: * doc/misc/calc.texi: * doc/misc/cc-mode.texi: * doc/misc/ediff.texi: * doc/misc/epa.texi: * doc/misc/ert.texi: * doc/misc/eww.texi: * doc/misc/forms.texi: * doc/misc/gnus.texi: * doc/misc/info.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/rcirc.texi: * doc/misc/sc.texi: * doc/misc/sieve.texi: * doc/misc/vhdl-mode.texi: * doc/misc/vip.texi: * doc/misc/viper.texi: * doc/misc/woman.texi: Fix @kindex entries. Mark keys consistently. --- doc/misc/message.texi | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'doc/misc/message.texi') diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 71298751c63..f49c91ef7bc 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -707,14 +707,12 @@ This means that if the recipient supports RFC 2298 she might send you a notification that she received the message. @item M-x message-insert-importance-high -@kindex M-x message-insert-importance-high @findex message-insert-importance-high @cindex Importance Insert an @samp{Importance} header with a value of @samp{high}, deleting headers if necessary. @item M-x message-insert-importance-low -@kindex M-x message-insert-importance-low @findex message-insert-importance-low @cindex Importance Insert an @samp{Importance} header with a value of @samp{low}, deleting @@ -1379,8 +1377,8 @@ end of the message (@code{message-kill-to-signature}). Delete all text in the body of the message that is outside the region (@code{message-delete-not-region}). -@item M-RET -@kindex M-RET +@item M-@key{RET} +@kindex M-@key{RET} @findex message-newline-and-reformat Insert four newlines, and then reformat if inside quoted text. @@ -1390,7 +1388,7 @@ Here's an example: > This is some quoted text. And here's more quoted text. @end example -If point is before @samp{And} and you press @kbd{M-RET}, you'll get: +If point is before @samp{And} and you press @kbd{M-@key{RET}}, you'll get: @example > This is some quoted text. @@ -1408,12 +1406,12 @@ If point is before @samp{And} and you press @kbd{M-RET}, you'll get: Rename the buffer (@code{message-rename-buffer}). If given a prefix, prompt for a new buffer name. -@item TAB -@kindex TAB +@item @key{TAB} +@kindex @key{TAB} @findex message-tab @vindex message-tab-body-function If @code{message-tab-body-function} is non-@code{nil}, execute the -function it specifies. Otherwise use the function bound to @kbd{TAB} in +function it specifies. Otherwise use the function bound to @key{TAB} in @code{text-mode-map} or @code{global-map}. @end table -- cgit v1.2.1