1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
emacs/lisp/org
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
..
ChangeLog.1 lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
ob-abc.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
ob-asymptote.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-awk.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-C.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-calc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-clojure.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-comint.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-coq.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-core.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
ob-css.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ditaa.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-dot.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ebnf.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-emacs-lisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-eval.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ob-exp.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
ob-forth.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-fortran.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-gnuplot.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-groovy.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-haskell.el Fix 2019-08-04 regex lint 2019-08-04 11:39:54 -07:00
ob-hledger.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-io.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-J.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-java.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-js.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-keys.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-latex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ledger.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lilypond.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-lisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lob.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lua.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-makefile.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-matlab.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-maxima.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-mscgen.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ocaml.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-octave.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-org.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-perl.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-picolisp.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-plantuml.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-processing.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-python.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-R.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ref.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ruby.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-sass.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-scheme.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
ob-screen.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sed.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-shell.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
ob-shen.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-sql.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sqlite.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-stan.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-table.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-tangle.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-vala.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-agenda.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
org-archive.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-attach.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-bbdb.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-bibtex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-capture.el Fix 2019-08-04 regex lint 2019-08-04 11:39:54 -07:00
org-clock.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
org-colview.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
org-compat.el Add conditional operator xor to subr.el 2019-08-06 13:38:47 +02:00
org-crypt.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-ctags.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-datetree.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
org-docview.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-duration.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-element.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-entities.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-eshell.el Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
org-eww.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-faces.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
org-feed.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-footnote.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-gnus.el Remove some obsolete integer overflow handling 2019-07-22 19:26:21 +02:00
org-habit.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-id.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
org-indent.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
org-info.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-inlinetask.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-install.el
org-irc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-lint.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-list.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
org-macro.el Simplify use of encode-time 2019-02-10 23:54:35 -08:00
org-macs.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
org-mhe.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-mobile.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
org-mouse.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-pcomplete.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
org-plot.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-protocol.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-rmail.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-src.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-table.el Fix org-table 65536-second bug 2019-08-19 18:05:15 -07:00
org-timer.el Fix org-timer-show-remaining-time > 1 hour 2019-08-17 17:22:25 -07:00
org-version.el
org-w3m.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org.el Update some URLs 2019-09-23 00:12:52 -07:00
ox-ascii.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ox-beamer.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
ox-html.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ox-icalendar.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-latex.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ox-man.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ox-md.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-odt.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
ox-org.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-publish.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ox-texinfo.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00