From: Richard M. Stallman Date: Fri, 27 Dec 1996 01:33:53 +0000 (+0000) Subject: (mail-indentation-spaces): Doc fix. X-Git-Tag: emacs-20.1~3184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42eda49ce9b5f01b09e4e6e5cf2f9ac8b6ea67c5;p=emacs.git (mail-indentation-spaces): Doc fix. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 5fbc49c3a47..01e8e3eb7d4 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -120,7 +120,7 @@ The alias definitions in the file have this form: nil means use indentation.") (defvar mail-indentation-spaces 3 "*Number of spaces to insert at the beginning of each cited line. -Used by `mail-yank-original' via `mail-yank-cite'.") +Used by `mail-yank-original' via `mail-indent-citation'.") (defvar mail-yank-hooks nil "Obsolete hook for modifying a citation just inserted in the mail buffer. Each hook function can find the citation between (point) and (mark t).