Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Eichwalder <ke@gnu.franken.de>
Subject: message-tab: doc string
Date: Thu, 29 Nov 2001 05:00:51 +0100	[thread overview]
Message-ID: <shy9kqcjkc.fsf@tux.gnu.franken.de> (raw)

Happily, indent-relative isn't hardwired...

Please consider to use defcustom for 'message-tab-body-function'.

2001-11-29  Karl Eichwalder  <ke@suse.de>

	* message.el (message-tab): Fix doc string.

Index: message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.163
diff -u -r6.163 message.el
--- message.el	2001/11/21 02:27:53	6.163
+++ message.el	2001/11/29 03:58:35
@@ -5170,8 +5170,9 @@
   "*Function to execute when `message-tab' (TAB) is executed in the body.")
 
 (defun message-tab ()
-  "Complete names according to `message-completion-alist'.
-Do an `indent-relative' if not in those headers."
+  "Complete names according to `message-completion-alist' when in headers.
+Do an indentation according to `message-tab-body-function' if not in message
+headers."
   (interactive)
   (let ((alist message-completion-alist))
     (while (and alist

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



             reply	other threads:[~2001-11-29  4:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-29  4:00 Karl Eichwalder [this message]
2001-11-29  8:40 ` Kai Großjohann
2001-11-29  8:44 ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=shy9kqcjkc.fsf@tux.gnu.franken.de \
    --to=ke@gnu.franken.de \
    --cc=keichwa@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).