diff options
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index a9cab5a5066..d4ae5ebb1f9 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -7834,7 +7834,7 @@ appears to have customizations applying to the old default, "If the buffer starts with a mail header, move point to the header's end. Otherwise, moves to `point-min'. The end of the header is the start of the next line, if there is one, -else the end of the last line. This function obeys RFC822." +else the end of the last line. This function obeys RFC 822 (or later)." (goto-char (point-min)) (when (re-search-forward "^\\([:\n]\\|[^: \t\n]+[ \t\n]\\)" nil 'move) |