eldo.el: Minor tweaks

This commit is contained in:
Bastien Guerry 2012-09-10 09:21:14 +02:00
parent 27101a3e0e
commit f7f0445cc1
1 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@
(d (get h 'variable-documentation)))
(if (> (length val) 30) (setq val (concat (substring val 0 30) "...")))
(insert
" ~" val "~\n"
" =" val "=\n"
(if version (format "- *Since:* Emacs version %s\n" version) "")
(format (concat "- *In file:* [[" eldo-git-raw-file "][%s]]\n") f f)
(format (concat "- [[" eldo-git-search-string
@ -136,7 +136,7 @@
(if (> (length val) 30) (setq val (concat (substring val 0 30) "...")))
(if (> (length type) 30) (setq type (concat (substring type 0 30) "...")))
(insert
" ~" val "~\n\n"
" =" val "=\n\n"
(format "- *Type:* %s\n" type)
(if version (format "- *Since:* Emacs version %s\n" version) "")
(format (concat "- *In file:* [[" eldo-git-raw-file "][%s]]\n") f f)