emacs/lisp/emacs-lisp
Juanma Barranquero 41ba8231ef lisp/*.el: Fix typos and improve some docstrings
* lisp/auth-source.el (auth-source-backend-parse-parameters)
(auth-source-search-collection)
(auth-source-secrets-listify-pattern)
(auth-source--decode-octal-string, auth-source-plstore-search):
* lisp/registry.el (registry-lookup)
(registry-lookup-breaks-before-lexbind)
(registry-lookup-secondary, registry-lookup-secondary-value)
(registry-search, registry-delete, registry-size, registry-full)
(registry-insert, registry-reindex, registry-prune)
(registry-collect-prune-candidates):
* lisp/subr.el (nbutlast, process-live-p):
* lisp/tab-bar.el (tab-bar-list):
* lisp/cedet/ede/linux.el (ede-linux--get-archs)
(ede-linux--include-path, ede-linux-load):
* lisp/erc/erc-log.el (erc-log-all-but-server-buffers):
* lisp/erc/erc-pcomplete.el (pcomplete-erc-commands)
(pcomplete-erc-ops, pcomplete-erc-not-ops, pcomplete-erc-nicks)
(pcomplete-erc-all-nicks, pcomplete-erc-channels)
(pcomplete-erc-command-name, pcomplete-erc-parse-arguments):
* lisp/eshell/em-term.el (eshell-visual-command-p):
* lisp/gnus/gnus-cache.el (gnus-cache-fully-p):
* lisp/gnus/nnmail.el (nnmail-get-active)
(nnmail-fancy-expiry-target):
* lisp/mail/mail-utils.el (mail-string-delete):
* lisp/mail/supercite.el (sc-hdr, sc-valid-index-p):
* lisp/net/ange-ftp.el (ange-ftp-use-smart-gateway-p):
* lisp/net/nsm.el (nsm-save-fingerprint-maybe)
(nsm-network-same-subnet, nsm-should-check):
* lisp/net/rcirc.el (rcirc-looking-at-input):
* lisp/net/tramp-cache.el (tramp-get-hash-table):
* lisp/net/tramp-compat.el (tramp-compat-process-running-p):
* lisp/net/tramp-smb.el (tramp-smb-get-share)
(tramp-smb-get-localname, tramp-smb-read-file-entry)
(tramp-smb-get-cifs-capabilities, tramp-smb-get-stat-capability):
* lisp/net/zeroconf.el (zeroconf-list-service-names)
(zeroconf-list-service-types, zeroconf-list-services)
(zeroconf-get-host, zeroconf-get-domain)
(zeroconf-get-host-domain):
* lisp/nxml/rng-xsd.el (rng-xsd-compile)
(rng-xsd-make-date-time-regexp, rng-xsd-convert-date-time):
* lisp/obsolete/erc-hecomplete.el (erc-hecomplete)
(erc-command-list, erc-complete-at-prompt):
* lisp/org/ob-scheme.el (org-babel-scheme-get-buffer-impl):
* lisp/org/ob-shell.el (org-babel--variable-assignments:sh-generic)
(org-babel--variable-assignments:bash_array)
(org-babel--variable-assignments:bash_assoc)
(org-babel--variable-assignments:bash):
* lisp/org/org-clock.el (org-day-of-week):
* lisp/progmodes/cperl-mode.el (cperl-char-ends-sub-keyword-p):
* lisp/progmodes/gud.el (gud-find-c-expr, gud-innermost-expr)
(gud-prev-expr, gud-next-expr):
* lisp/textmodes/table.el (table--at-cell-p, table--probe-cell)
(table--get-cell-justify-property)
(table--get-cell-valign-property)
(table--put-cell-justify-property)
(table--put-cell-valign-property): Fix typos.

* lisp/so-long.el (fboundp): Doc fix.
(so-long-mode-line-info, so-long-mode)
(so-long--check-header-modes): Fix typos.

* lisp/emulation/viper-mous.el (viper-surrounding-word)
(viper-mouse-click-get-word): Fix typos.
(viper-mouse-click-search-word): Doc fix.

* lisp/erc/erc-backend.el (erc-forward-word, erc-word-at-arg-p)
(erc-bounds-of-word-at-point): Fix typos.
(erc-decode-string-from-target, define-erc-response-handler):
Refill docstring.

* lisp/erc/erc-dcc.el (pcomplete/erc-mode/DCC): Fix typo.
(erc-dcc-get-host, erc-dcc-auto-mask-p, erc-dcc-get-file):
Doc fixes.

* lisp/erc/erc-networks.el (erc-network-name): Fix typo.
(erc-determine-network): Refill docstring.

* lisp/net/dbus.el (dbus-list-hash-table)
(dbus-string-to-byte-array, dbus-byte-array-to-string)
(dbus-check-event): Fix typos.
(dbus-introspect-get-property): Doc fix.

* lisp/net/tramp-adb.el (tramp-adb-file-name-handler):
Rename ARGS to ARGUMENTS.  Doc fix.
(tramp-adb-sh-fix-ls-output, tramp-adb-execute-adb-command)
(tramp-adb-find-test-command): Fix typos.

* lisp/net/tramp.el (tramp-set-completion-function)
(tramp-get-completion-function)
(tramp-completion-dissect-file-name)
(tramp-completion-dissect-file-name1)
(tramp-get-completion-methods, tramp-get-completion-user-host)
(tramp-get-inode, tramp-get-device, tramp-mode-string-to-int)
(tramp-call-process, tramp-call-process-region)
(tramp-process-lines): Fix typos.
(tramp-interrupt-process): Doc fix.

* lisp/org/ob-core.el (org-babel-named-src-block-regexp-for-name)
(org-babel-named-data-regexp-for-name): Doc fix.
(org-babel-src-block-names, org-babel-result-names): Fix typos.

* lisp/progmodes/inf-lisp.el (lisp-input-filter): Doc fix.
(lisp-fn-called-at-pt): Fix typo.

* lisp/progmodes/xref.el (xref-backend-identifier-at-point):
Doc fix.
(xref-backend-identifier-completion-table): Fix typo.
2019-10-20 12:12:27 +02:00
..
advice.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
autoload.el Fix some file-mode races 2019-09-16 18:00:59 -07:00
avl-tree.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
backquote.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
backtrace.el Improve print output options commands in backtrace-mode (bug#36566) 2019-09-13 13:43:07 -07:00
benchmark.el Add new macro `benchmark-progn' 2019-10-15 08:19:14 +02:00
bindat.el Fix byte compilation warning in bindat.el 2019-06-15 16:33:20 +02:00
byte-opt.el New function time-convert 2019-08-05 18:37:29 -07:00
byte-run.el (with-suppressed-warnings): Also suppress warnings when not byte-compiling 2019-06-22 23:29:00 -04:00
bytecomp.el Fix bytecomp.el warning a different way than the previous patch 2019-10-03 17:17:50 +02:00
cconv.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
chart.el Update CEDET manual tests so that they run. 2019-10-15 11:08:18 -04:00
check-declare.el Make check-declare understand cl-defun 2019-07-13 16:49:23 +02:00
checkdoc.el Make checkdoc work better with cl-lib functions 2019-10-10 02:18:20 +02:00
cl-extra.el Support bool-vectors in cl-extra.el 2019-08-10 11:14:44 +03:00
cl-generic.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
cl-indent.el Fix for lisp tagbody indentation 2019-07-09 15:51:50 +02:00
cl-lib.el Preserve more markers when reverting .gpg files 2019-09-04 15:20:00 +02:00
cl-macs.el Extend debug spec of cl-flet (Bug#34481) 2019-10-17 20:13:40 +02:00
cl-preloaded.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
cl-print.el Improve performance of backtrace printing (bug#36566) 2019-09-13 13:43:07 -07:00
cl-seq.el Improve recent doc fix for cl-reduce 2019-10-07 17:54:18 +01:00
copyright.el Omit/rewrite useless regexp repetitions 2019-04-12 19:43:41 -07:00
crm.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
cursor-sensor.el * lisp/emacs-lisp/cursor-sensor.el: Fix sensor behavior with overlays 2019-03-08 17:20:58 -05:00
debug.el Revert "Add an edebug-cancel-debug-on-entry alias" 2019-10-20 10:28:44 +02:00
derived.el ; * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix. 2019-07-28 17:31:17 +03:00
disass.el Compilation fix for previous change 2019-06-13 13:56:16 +02:00
easy-mmode.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
easymenu.el easy-menu-define doc string fix 2019-08-03 20:32:24 +02:00
edebug.el New command edebug-remove-instrumentation 2019-10-20 11:29:34 +02:00
eieio-base.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eieio-compat.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eieio-core.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eieio-custom.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
eieio-datadebug.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eieio-opt.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
eieio-speedbar.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
eieio.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eldoc.el Respect global-eldoc-mode in minibuffers (Bug#36886) 2019-08-20 20:20:52 -04:00
elint.el * lisp/emacs-lisp/elint.el (elint-directory-skip-re): Fix doc typo. 2019-09-11 11:18:38 +02:00
elp.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
ert-x.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ert.el Correctly explain test failures with mixed uni/multibyte strings 2019-10-13 20:29:27 +02:00
ewoc.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
faceup.el Update more copyright years 2018-12-31 18:47:22 -08:00
find-func.el Fix completion in `read-library-name' 2019-08-27 09:46:28 +02:00
float-sup.el Suppress warning about pi not having a prefix 2019-06-12 17:46:06 +02:00
generator.el Fix typos in lisp/*.el 2019-10-09 06:15:46 +02:00
generic.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
gv.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
helper.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
inline.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
let-alist.el * lisp/emacs-lisp/let-alist.el: Bump version to 1.0.6 (Bug#23244). 2019-07-30 21:13:36 -04:00
lisp-mnt.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
lisp-mode.el Merge from origin/emacs-26 2019-08-20 09:01:55 -07:00
lisp.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
macroexp.el Clarify macroexp-let* doc string 2019-08-04 14:43:43 +02:00
map-ynp.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
map.el * lisp/emacs-lisp/map.el (map-into) <hash-table>: Allow keyword args 2019-10-11 12:18:21 -04:00
nadvice.el Tweak output of doc in advice--make-docstring 2019-07-13 17:48:53 +02:00
package-x.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
package.el Filter packages by name in list-packages. (Bug#36981) 2019-10-08 19:24:12 +02:00
pcase.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
pp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
radix-tree.el * lisp/emacs-lisp/radix-tree.el (pcase-defmacro): Improve docstring 2019-04-19 23:31:59 -04:00
re-builder.el Remove XEmacs compat code from re-builder.el 2019-10-04 15:26:10 +02:00
regexp-opt.el Optimise more inputs to `regexp-opt' (bug#36444) 2019-07-04 17:18:15 +02:00
regi.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ring.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
rmc.el Make the NSM not pop up an X dialogue on non-mouse actions 2019-09-04 15:20:00 +02:00
rx.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
seq.el Make mailcap-prefer-mailcap-viewers work as documented 2019-10-07 05:00:24 +02:00
shadow.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
smie.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
subr-x.el Move describe-face to the new help-fns machinery 2019-09-21 00:45:41 +02:00
syntax.el Remove old commented out XEmacs compat code from syntax.el (Bug#37524) 2019-10-01 20:25:11 +02:00
tabulated-list.el Use text properties instead of truncating strings 2019-10-07 20:11:26 +02:00
tcover-ses.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
tcover-unsafep.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
testcover.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
text-property-search.el More improvements of doc strings in text-property-search.el 2019-09-28 17:43:15 +03:00
thunk.el * lisp/emacs-lisp/thunk.el (thunk-delay): Fix memory leak 2019-06-04 12:55:53 -04:00
timer-list.el Escape newlines when printing functions in timer list 2019-06-13 14:11:39 +02:00
timer.el New function time-convert 2019-08-05 18:37:29 -07:00
tq.el Tweak tq queue processing 2019-08-03 16:33:06 +02:00
trace.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
unsafep.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
warnings.el Rename variables and functions with "auto-load" in their names 2019-08-15 16:02:20 -07:00