Mercurial > emacs
comparison lisp/emacs-lisp/autoload.el @ 28400:206604013d7f
Also print defsubst doc string
specially.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 29 Mar 2000 21:31:40 +0000 |
parents | 88324520c7fc |
children | 6d8ceb166666 |
comparison
equal
deleted
inserted
replaced
28399:85a5bab7541d | 28400:206604013d7f |
---|---|
132 (put 'defun 'doc-string-elt 3) | 132 (put 'defun 'doc-string-elt 3) |
133 (put 'defvar 'doc-string-elt 3) | 133 (put 'defvar 'doc-string-elt 3) |
134 (put 'defcustom 'doc-string-elt 3) | 134 (put 'defcustom 'doc-string-elt 3) |
135 (put 'defconst 'doc-string-elt 3) | 135 (put 'defconst 'doc-string-elt 3) |
136 (put 'defmacro 'doc-string-elt 3) | 136 (put 'defmacro 'doc-string-elt 3) |
137 (put 'defsubst 'doc-string-elt 3) | |
137 (put 'define-skeleton 'doc-string-elt 3) | 138 (put 'define-skeleton 'doc-string-elt 3) |
138 (put 'define-derived-mode 'doc-string-elt 3) | 139 (put 'define-derived-mode 'doc-string-elt 3) |
139 (put 'easy-mmode-define-minor-mode 'doc-string-elt 3) | 140 (put 'easy-mmode-define-minor-mode 'doc-string-elt 3) |
140 (put 'define-minor-mode 'doc-string-elt 3) | 141 (put 'define-minor-mode 'doc-string-elt 3) |
141 (put 'define-generic-mode 'doc-string-elt 3) | 142 (put 'define-generic-mode 'doc-string-elt 3) |