1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
emacs/lisp/vc
Lars Ingebrigtsen 43c1ee90cb Don't use `format' on strings without % format directives
* lisp/vc/ediff-init.el (ediff-BAD-INFO):
* lisp/url/url-ldap.el (url-ldap):
* lisp/url/url-http.el (url-http--user-agent-default-string):
* lisp/textmodes/reftex.el (reftex-access-parse-file):
* lisp/textmodes/reftex-index.el (reftex-index-phrases-info):
* lisp/textmodes/ispell.el (ispell-create-debug-buffer):
* lisp/term.el (serial-read-speed):
* lisp/progmodes/verilog-mode.el (verilog-scan-debug):
* lisp/progmodes/idlwave.el (idlwave-find-module):
* lisp/progmodes/compile.el (compilation-revert-buffer):
* lisp/org/org-agenda.el (org-search-view):
* lisp/net/telnet.el (telnet-revert-buffer):
* lisp/net/soap-inspect.el (soap-sample-value-for-xs-simple-type):
* lisp/net/newst-backend.el (newsticker--cache-read):
* lisp/mh-e/mh-seq.el (mh-msg-is-in-seq):
* lisp/mail/smtpmail.el (smtpmail-via-smtp):
* lisp/mail/emacsbug.el (report-emacs-bug):
* lisp/jsonrpc.el (jsonrpc-error):
* lisp/help-fns.el (describe-variable):
* lisp/gnus/mm-decode.el (mm-possibly-verify-or-decrypt):
* lisp/gnus/gnus.el (gnus-group-startup-message):
(gnus-group-startup-message):
* lisp/gnus/gnus-group.el (gnus-group-restart):
* lisp/frame.el (make-frame-on-display):
* lisp/emulation/viper-ex.el (ex-help):
* lisp/calendar/icalendar.el (icalendar--convert-ical-to-diary):
(icalendar--add-diary-entry):
* lisp/calendar/cal-tex.el (cal-tex-end-document):
* lisp/calc/calcalg3.el (math-ninteg-romberg): Don't use `format'
on strings that have no % format directives in them.
2021-09-21 17:52:53 +02:00
..
add-log.el Improve add-log-current-defun-header-regexp 2021-04-28 10:05:53 +02:00
compare-w.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
cvs-status.el
diff-mode.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
diff.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
ediff-diff.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
ediff-help.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
ediff-hook.el
ediff-init.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
ediff-merg.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
ediff-mult.el Make doc argument of ediff-defvar-local optional 2021-09-18 09:35:39 +02:00
ediff-ptch.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
ediff-util.el Make doc argument of ediff-defvar-local optional 2021-09-18 09:35:39 +02:00
ediff-vers.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ediff-wind.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
ediff.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
emerge.el Add indent declaration to emerge-defvar-local 2021-09-18 09:40:29 +02:00
log-edit.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
log-view.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
pcvs-defs.el
pcvs-info.el
pcvs-parse.el * lisp/vc/pcvs-parse.el: Fix lexical-binding breakage 2021-03-11 13:14:19 -05:00
pcvs-util.el
pcvs.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
smerge-mode.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
vc-annotate.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
vc-bzr.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
vc-cvs.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
vc-dav.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
vc-dir.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
vc-dispatcher.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
vc-filewise.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
vc-git.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
vc-hg.el ; More stylistic docfixes in vc/*.el found by checkdoc 2021-09-18 09:35:29 +02:00
vc-hooks.el Avoid double argument evaluation in vc-call macro 2021-09-21 12:30:58 +01:00
vc-mtn.el
vc-rcs.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
vc-sccs.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
vc-src.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
vc-svn.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
vc.el * lisp/vc/vc.el: API doc fixes. 2021-09-17 02:03:22 +03:00