aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-04-17 15:38:39 +0000
committerStefan Monnier2008-04-17 15:38:39 +0000
commite1ca6a5b681c3f86244b40245214349be9ab6cfa (patch)
treeaae8b829ae46c3713c07a593b70386513059cd00
parentb531ac78130b7eb3edfc251ab5e89a0c601fe9ff (diff)
downloademacs-e1ca6a5b681c3f86244b40245214349be9ab6cfa.tar.gz
emacs-e1ca6a5b681c3f86244b40245214349be9ab6cfa.zip
(define-abbrev-table): Fontify dosctrings as such.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/abbrev.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 713da5a6d12..6d1a1deb310 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-04-17 Stefan Monnier <monnier@iro.umontreal.ca> 12008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4
3 * minibuffer.el (completion-table-with-terminator): Fix paren typo. 5 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4 6
52008-04-17 Sam Steingold <sds@gnu.org> 72008-04-17 Sam Steingold <sds@gnu.org>
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."
875 (insert " ))\n\n")) 875 (insert " ))\n\n"))
876 nil))) 876 nil)))
877 877
878(put 'define-abbrev-table 'doc-string-elt 3)
878(defun define-abbrev-table (tablename definitions 879(defun define-abbrev-table (tablename definitions
879 &optional docstring &rest props) 880 &optional docstring &rest props)
880 "Define TABLENAME (a symbol) as an abbrev table name. 881 "Define TABLENAME (a symbol) as an abbrev table name.