(define-abbrev-table): Fontify dosctrings as such.

This commit is contained in:
Stefan Monnier 2008-04-17 15:38:39 +00:00
parent b531ac7813
commit e1ca6a5b68
2 changed files with 3 additions and 0 deletions

View file

@ -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>

View file

@ -875,6 +875,7 @@ Abbrevs marked as \"system abbrevs\" are omitted."
(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.