aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
120nil means use indentation.") 120nil means use indentation.")
121(defvar mail-indentation-spaces 3 121(defvar mail-indentation-spaces 3
122 "*Number of spaces to insert at the beginning of each cited line. 122 "*Number of spaces to insert at the beginning of each cited line.
123Used by `mail-yank-original' via `mail-yank-cite'.") 123Used by `mail-yank-original' via `mail-indent-citation'.")
124(defvar mail-yank-hooks nil 124(defvar mail-yank-hooks nil
125 "Obsolete hook for modifying a citation just inserted in the mail buffer. 125 "Obsolete hook for modifying a citation just inserted in the mail buffer.
126Each hook function can find the citation between (point) and (mark t). 126Each hook function can find the citation between (point) and (mark t).