projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb3410
)
Fix documentation of 'eudc-inline-expansion-format'
author
Tibor Csögör
<tibi@tiborius.net>
Tue, 1 Nov 2016 08:57:53 +0000
(
04:57
-0400)
committer
Thomas Fitzsimmons
<fitzsim@fitzsim.org>
Wed, 2 Nov 2016 10:03:50 +0000
(06:03 -0400)
* doc/misc/eudc.texi (Inline Query Expansion): Fix the default value of
'eudc-inline-expansion-format'. (Bug#24840)
Backport:
(cherry picked from commit
1fef1387c387d80f8ece326621539b89a6965702
)
doc/misc/eudc.texi
patch
|
blob
|
history
diff --git
a/doc/misc/eudc.texi
b/doc/misc/eudc.texi
index 53f1beb1a0c0254a150de44064f4cc991f02c603..87cfab627aeeb80ce473bc6271cb1acc554d0ded 100644
(file)
--- a/
doc/misc/eudc.texi
+++ b/
doc/misc/eudc.texi
@@
-733,8
+733,7
@@
upon an inline expansion request. It is a list whose first element is a
string passed to @code{format}. Remaining elements are symbols
corresponding to directory attribute names. The corresponding attribute
values are passed as additional arguments to @code{format}. Default is
-@code{("%s" email)} but you may want to consider a value like @code{("%s
-<%s>" name email)}
+@code{("%s %s <%s>" firstname name email)}.
@end defvar
@defvar eudc-multiple-match-handling-method