emacs/lisp/cedet/semantic
Stefan Kangas 34a73666d9 Shorten some over-wide docstrings in functions and macros
* lisp/allout-widgets.el (allout-widgets-tally-string):
* lisp/array.el (array-mode):
* lisp/calc/calc-units.el (calc-spn):
* lisp/cedet/ede/generic.el (ede-generic-new-autoloader):
* lisp/cedet/semantic/analyze.el (semantic-analyze-find-tag-sequence-default)
(semantic-analyze-find-tag-sequence):
* lisp/cedet/semantic/bovine/c.el (semantic-c-evaluate-symbol-for-hideif):
* lisp/cedet/semantic/bovine/make.el (semantic-lex-make-command):
* lisp/cedet/semantic/db-typecache.el (semanticdb-typecache-include-tags):
* lisp/cedet/semantic/doc.el (semantic-documentation-for-tag):
* lisp/cedet/semantic/tag-ls.el (semantic--tag-attribute-similar-p):
* lisp/emacs-lisp/advice.el (ad-map-arglists):
* lisp/emacs-lisp/bytecomp.el (byte-constant2)
(byte-save-restriction, byte-catch-OBSOLETE, byte-unwind-protect):
* lisp/emacs-lisp/cl-generic.el (cl-generic-combine-methods):
* lisp/emacs-lisp/seq.el (seq-partition, seq-set-equal-p)
(seq-filter):
* lisp/faces.el (face-attribute-specified-or, face-equal):
* lisp/info.el (Info-prev-reference-or-link)
(Info-next-reference-or-link):
* lisp/isearch.el (with-isearch-suspended):
* lisp/kmacro.el (kmacro-step-edit-macro, kmacro-set-counter):
* lisp/org/org-agenda.el (org-agenda-filter-by-category):
* lisp/ses.el (ses-cell-symbol):
* lisp/w32-fns.el (w32-shell-dos-semantics): Shorten doc strings to
not exceed 80-column limits.  (Bug#44858)
2020-12-19 18:21:06 +01:00
..
analyze Prefer setq-local in cedet 2020-12-04 17:55:46 +01:00
bovine Shorten some over-wide docstrings in functions and macros 2020-12-19 18:21:06 +01:00
decorate Remove cedet items obsolete since 23.2 2020-09-11 21:58:50 +02:00
symref Prefer setq-local in cedet 2020-12-04 17:55:46 +01:00
wisent Prefer setq-local in cedet 2020-12-04 17:55:46 +01:00
analyze.el Shorten some over-wide docstrings in functions and macros 2020-12-19 18:21:06 +01:00
bovine.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
chart.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
complete.el Evaluate some unnecessarily quoted lambdas 2020-06-21 13:42:14 +01:00
ctxt.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-debug.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-ebrowse.el Quote semanticdb-ebrowse-default-file-name in regexp 2020-04-16 12:14:38 +02:00
db-el.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-file.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-find.el ; Fix typos 2020-09-21 14:26:42 +02:00
db-global.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-javascript.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-mode.el Remove cedet items obsolete since 23.2 2020-09-11 21:58:50 +02:00
db-ref.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-typecache.el Shorten some over-wide docstrings in functions and macros 2020-12-19 18:21:06 +01:00
db.el ; Fix typos 2020-09-21 14:26:42 +02:00
debug.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
decorate.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
dep.el Remove some compat code from ede/make.el and semantic/dep.el 2020-08-18 12:08:11 +02:00
doc.el Shorten some over-wide docstrings in functions and macros 2020-12-19 18:21:06 +01:00
ede-grammar.el Remove Emacs 23 compat code from cedet 2020-09-22 01:01:36 +02:00
edit.el Remove cedet items obsolete since 23.2 2020-09-11 21:58:50 +02:00
find.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
format.el Assume font-lock is provided; it's preloaded since 22.1 2020-11-19 04:37:37 +01:00
fw.el Remove cedet items obsolete since 23.2 2020-09-11 21:58:50 +02:00
grammar-wy.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
grammar.el Prefer setq-local in cedet 2020-12-04 17:55:46 +01:00
html.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ia-sb.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ia.el Properly mark obsolete semantic functions as such 2020-11-20 16:11:33 +01:00
idle.el Remove cedet items obsolete since 23.2 2020-09-11 21:58:50 +02:00
imenu.el Shorten over-wide docstrings in defcustoms 2020-12-19 18:21:06 +01:00
java.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
lex-spp.el Remove Emacs 22 compat code from semantic 2020-08-14 13:07:26 +02:00
lex.el Fix byte-compiler warning in CEDET 2020-09-26 10:50:12 +02:00
mru-bookmark.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sb.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
scope.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
senator.el Prefer setq to set+quote 2020-12-14 15:11:05 +01:00
sort.el Remove some compat code for old versions and XEmacs 2020-11-19 20:43:51 +01:00
symref.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tag-file.el Remove cedet items obsolete since 23.2 2020-09-11 21:58:50 +02:00
tag-ls.el Shorten some over-wide docstrings in functions and macros 2020-12-19 18:21:06 +01:00
tag-write.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tag.el Move semantic/tag obsolete variables to avoid a warning 2020-11-20 03:33:42 +01:00
texi.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
util-modes.el Shorten over-wide docstrings in variables 2020-12-19 18:21:06 +01:00
util.el Remove cedet items obsolete since 23.2 2020-09-11 21:58:50 +02:00
wisent.el Remove cedet items obsolete since 23.2 2020-09-11 21:58:50 +02:00