(mml-signencrypt-style): Docstring to font-lock
authorSimon Josefsson <jas@extundo.com>
Thu, 26 Sep 2002 17:16:08 +0000 (17:16 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 26 Sep 2002 17:16:08 +0000 (17:16 +0000)
better.

lisp/ChangeLog
lisp/mml-sec.el

index 59b9a20..a91b37e 100644 (file)
@@ -1,5 +1,8 @@
 2002-09-26  Simon Josefsson  <jas@extundo.com>
 
+       * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
+       better.
+
        * mml2015.el (mml2015-pgg-decrypt): Only add security information
        if dissecting resulting buffer actually had any information.
 
index f0f6a64..9247624 100644 (file)
@@ -60,13 +60,13 @@ Also note that you should access this with mml-signencrypt-style")
 (defun mml-signencrypt-style (method &optional style)
   "Function for setting/getting the signencrypt-style used.  Takes two
 arguments, the method (e.g. \"pgp\") and optionally the mode
-(e.g. combined).  If the mode is omitted, the current value is returned.
+\(e.g. combined).  If the mode is omitted, the current value is returned.
 
 For example, if you prefer to use combined sign & encrypt with
 smime, putting the following in your Gnus startup file will
 enable that behavior:
 
- (mml-set-signencrypt-style \"smime\" combined)"
+\(mml-set-signencrypt-style \"smime\" combined)"
   (let ((style-item (assoc method mml-signencrypt-style-alist)))
     (if style-item
        (if (or (eq style 'separate)