Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4deb3ba9
Commit
4deb3ba9
authored
Jan 07, 2001
by
Eli Zaretskii
Browse files
(mail-mode): Doc fix.
parent
30db89f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-1
No files found.
lisp/ChangeLog
View file @
4deb3ba9
2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
* mail/sendmail.el (mail-mode): Doc fix.
* info.el (Info-goto-emacs-command-node): Doc fix.
(Info-goto-emacs-key-command-node): Doc fix.
...
...
lisp/mail/sendmail.el
View file @
4deb3ba9
...
...
@@ -456,7 +456,9 @@ Here are commands that move to a header field (and create it if there isn't):
\\[mail-signature] mail-signature (insert `mail-signature-file' file).
\\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
\\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
\\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC)."
\\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC).
Turning on Mail mode runs the normal hooks `text-mode-hook' and
`mail-mode-hook' (in that order)."
(
interactive
)
(
kill-all-local-variables
)
(
make-local-variable
'mail-reply-action
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment