summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-27 01:33:53 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-27 01:33:53 +0000
commit37b2ed76b1ba08723ac16f7309e474a96923bf24 (patch)
tree15d0c3ebab0b660bdb08a3f09231abda603a2fc8
parent1301a156ebcfd2e34c1110dcd5f2cb7986be3e1d (diff)
downloademacs-37b2ed76b1ba08723ac16f7309e474a96923bf24.tar.gz
(mail-indentation-spaces): Doc fix.
-rw-r--r--lisp/mail/sendmail.el2
1 files changed, 1 insertions, 1 deletions
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).