# HG changeset patch # User Richard M. Stallman # Date 851650433 0 # Node ID 221eac3fc9989878b57410b5cb476962ca2ce401 # Parent 000ae1a6510e3249cdeef42e61d33e683cfe854a (mail-indentation-spaces): Doc fix. diff -r 000ae1a6510e -r 221eac3fc998 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Fri Dec 27 00:48:30 1996 +0000 +++ b/lisp/mail/sendmail.el Fri Dec 27 01:33:53 1996 +0000 @@ -120,7 +120,7 @@ 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).