]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-indentation-spaces): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Dec 1996 01:33:53 +0000 (01:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Dec 1996 01:33:53 +0000 (01:33 +0000)
lisp/mail/sendmail.el

index 5fbc49c3a473b985d8b6a77c553f725f15429e34..01e8e3eb7d45bde7765a0bbe5a78f0cb991b8005 100644 (file)
@@ -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).