From c657a816d3cc3363b4c4c2c03eebd42dd1231151 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 17 Apr 2013 21:04:42 +0300 Subject: [PATCH] * mu4e: small doc fixes --- mu4e/mu4e-view.el | 8 ++++---- mu4e/mu4e.texi | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index d403f959..a110d7df 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -102,8 +102,8 @@ The first letter of NAME is used as a shortcut character.") ("ein-emacs" . mu4e-view-open-attachment-emacs) ("|pipe" . mu4e-view-pipe-attachment)) "List of actions to perform on message attachments. -The actions are of the form: - (NAME FUNC) +The actions are cons-cells of the form: + (NAME . FUNC) where: * NAME is the name of the action (e.g. \"Count lines\") * FUNC is a function which receives two arguments: the message @@ -302,11 +302,11 @@ at POINT, or if nil, at (point)." "Compose a message for the address at (point)." (interactive "P") (let ((email (get-text-property (point) 'email)) - (long (get-text-property (point) 'long))) + (long (get-text-property (point) 'long))) (unless email (mu4e-error "No address at point")) (kill-new (if full long email)) (mu4e-message "Address copied."))) - + (defun mu4e~view-construct-contacts-header (msg field) "Add a header for a contact field (ie., :to, :from, :cc, :bcc)." (mu4e~view-construct-header field diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index be498983..6574ca0f 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -1,7 +1,7 @@ \input texinfo.tex @c -*-texinfo-*- @c %**start of header @setfilename mu4e.info -@settitle mu4e user manual +@settitle mu4e @value{mu-version} user manual @c Use proper quote and backtick for code sections in PDF output @c Cf. Texinfo manual 14.2 @@ -54,7 +54,7 @@ Documentation License.'' @unnumbered Welcome to mu4e @end iftex -Welcome to @t{mu4e}! +Welcome to @t{mu4e} @value{mu-version}! @t{mu4e} (@t{mu}-for-emacs) is an e-mail client for GNU-Emacs version 23 and later, built on top of the @@ -3413,7 +3413,7 @@ A typical message s-expression looks something like the following: :in-reply-to "38203498230942D81EE81AF0114E4E74@@123213.mail.example.com" :body-txt "Hi Tom, .... -")) +") @end lisp This s-expression forms a property list (@t{plist}), and we can get values