Mercurial > emacs
changeset 94135:ad63f799c98d
(define-abbrev-table): Fontify dosctrings as such.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 17 Apr 2008 15:38:39 +0000 |
parents | 29e80ebed169 |
children | d6f5ce5bbc4f |
files | lisp/ChangeLog lisp/abbrev.el |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 17 14:45:27 2008 +0000 +++ b/lisp/ChangeLog Thu Apr 17 15:38:39 2008 +0000 @@ -1,5 +1,7 @@ 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca> + * abbrev.el (define-abbrev-table): Fontify dosctrings as such. + * minibuffer.el (completion-table-with-terminator): Fix paren typo. 2008-04-17 Sam Steingold <sds@gnu.org>
--- a/lisp/abbrev.el Thu Apr 17 14:45:27 2008 +0000 +++ b/lisp/abbrev.el Thu Apr 17 15:38:39 2008 +0000 @@ -875,6 +875,7 @@ (insert " ))\n\n")) nil))) +(put 'define-abbrev-table 'doc-string-elt 3) (defun define-abbrev-table (tablename definitions &optional docstring &rest props) "Define TABLENAME (a symbol) as an abbrev table name.