diff lisp/mail/mail-hist.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents 4aa70d4d981c
children 824fb42f33ab
line wrap: on
line diff
--- a/lisp/mail/mail-hist.el	Sun May 22 22:00:39 1994 +0000
+++ b/lisp/mail/mail-hist.el	Sun May 22 22:14:17 1994 +0000
@@ -180,7 +180,7 @@
 (defsubst mail-hist-add-header-contents-to-ring (header &optional contents)
   "Add the contents of HEADER to the header history ring.
 Optional argument CONTENTS is a string which will be the contents
-(instead of whatever's found in the header)."
+\(instead of whatever's found in the header)."
   (let ((ring (cdr (assoc header mail-hist-header-ring-alist))))
     (or ring
         ;; If the ring doesn't exist, we'll have to make it and add it
@@ -251,7 +251,7 @@
 
 Although you can do so, it does not make much sense to call this
 without having called `mail-hist-previous-header' first
-(\\[mail-hist-previous-header]).
+\(\\[mail-hist-previous-header]).
 
 The history only contains the contents of outgoing messages, not
 received mail."