changeset 16760:221eac3fc998

(mail-indentation-spaces): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Dec 1996 01:33:53 +0000
parents 000ae1a6510e
children 20f01fd704f7
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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).