From e1ca6a5b681c3f86244b40245214349be9ab6cfa Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 17 Apr 2008 15:38:39 +0000 Subject: [PATCH] (define-abbrev-table): Fontify dosctrings as such. --- lisp/ChangeLog | 2 ++ lisp/abbrev.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 713da5a6d12..6d1a1deb310 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-04-17 Stefan Monnier + * abbrev.el (define-abbrev-table): Fontify dosctrings as such. + * minibuffer.el (completion-table-with-terminator): Fix paren typo. 2008-04-17 Sam Steingold diff --git a/lisp/abbrev.el b/lisp/abbrev.el index da09401504d..5e9f1de91b9 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -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. -- 2.39.2