Tags: patch This patch display variable docstring in 'elisp-eldoc-var-docstring-with-value' as: #+begin_example font-lock-keywords: nil A list of keywords and corresponding font-lock highlighting rules. There are two kinds of values: user-level, and compiled. [...] #+end_example instead: #+begin_example font-lock-keywords: nil A list of keywords and corresponding font-lock highlighting rules. There are two kinds of values: user-level, and compiled. [...] #+end_example