diff options
| author | Tibor Csögör | 2016-11-01 04:57:53 -0400 |
|---|---|---|
| committer | Thomas Fitzsimmons | 2016-11-01 04:57:53 -0400 |
| commit | 1fef1387c387d80f8ece326621539b89a6965702 (patch) | |
| tree | bb33353d53a906d1fcc9004b5beb69aa2cb78ae9 | |
| parent | 7a87f82987f39656899e3e70d448d51e0af98a43 (diff) | |
| download | emacs-1fef1387c387d80f8ece326621539b89a6965702.tar.gz emacs-1fef1387c387d80f8ece326621539b89a6965702.zip | |
Fix documentation of 'eudc-inline-expansion-format'
* doc/misc/eudc.texi (Inline Query Expansion): Fix the default value of
'eudc-inline-expansion-format'. (Bug#24840)
| -rw-r--r-- | doc/misc/eudc.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi index 53f1beb1a0c..87cfab627ae 100644 --- 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 | |||
| 733 | string passed to @code{format}. Remaining elements are symbols | 733 | string passed to @code{format}. Remaining elements are symbols |
| 734 | corresponding to directory attribute names. The corresponding attribute | 734 | corresponding to directory attribute names. The corresponding attribute |
| 735 | values are passed as additional arguments to @code{format}. Default is | 735 | values are passed as additional arguments to @code{format}. Default is |
| 736 | @code{("%s" email)} but you may want to consider a value like @code{("%s | 736 | @code{("%s %s <%s>" firstname name email)}. |
| 737 | <%s>" name email)} | ||
| 738 | @end defvar | 737 | @end defvar |
| 739 | 738 | ||
| 740 | @defvar eudc-multiple-match-handling-method | 739 | @defvar eudc-multiple-match-handling-method |