summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/decorate
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-24 17:47:35 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-26 13:23:57 +0200
commit8c3ec4e3ccf8b675195d173c207ff3accfca5301 (patch)
treec9696e494c8ef45b1a267c5659b1823013239020 /lisp/cedet/semantic/decorate
parentf3a6fe2c7d5943dcf241700aaf5c10c485217f60 (diff)
downloademacs-8c3ec4e3ccf8b675195d173c207ff3accfca5301.tar.gz
emacs-8c3ec4e3ccf8b675195d173c207ff3accfca5301.tar.bz2
emacs-8c3ec4e3ccf8b675195d173c207ff3accfca5301.zip
Fill some auto-generated docstring lines
* lisp/cedet/mode-local.el (define-mode-local-override): * lisp/cedet/semantic/decorate/mode.el (define-semantic-decoration-style): * lisp/cedet/semantic/idle.el (define-semantic-idle-service): * lisp/emacs-lisp/derived.el (derived-mode-make-docstring): * lisp/emacs-lisp/eieio.el (defclass): Fill auto-generated docstring lines.
Diffstat (limited to 'lisp/cedet/semantic/decorate')
-rw-r--r--lisp/cedet/semantic/decorate/mode.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/decorate/mode.el b/lisp/cedet/semantic/decorate/mode.el
index c6bf15205fd..27634102df9 100644
--- a/lisp/cedet/semantic/decorate/mode.el
+++ b/lisp/cedet/semantic/decorate/mode.el
@@ -409,8 +409,9 @@ decoration API found in this library."
;; Create an override method to specify if a given tag belongs
;; to this type of decoration
(define-overloadable-function ,predicate (tag)
- ,(format "Return non-nil to decorate TAG with `%s' style.\n%s"
- name doc))
+ ,(internal--format-docstring-line
+ "Return non-nil to decorate TAG with `%s' style.\n%s"
+ name doc))
;; Create an override method that will perform the highlight
;; operation if the -p method returns non-nil.
(define-overloadable-function ,highlighter (tag)