emacs/lisp/progmodes
Juanma Barranquero 79a01866a0 lisp/*.el, src/*.c: Fix typos in docstrings
* lisp/apropos.el (apropos-do-all):
* lisp/auth-source-pass.el (auth-source-pass--select-from-entries):
* lisp/auth-source.el (auth-source-user-or-password):
* lisp/calc/calc-forms.el (math-tzone-names):
* lisp/calendar/diary-lib.el (diary-face-attrs)
(diary-mark-entries-1):
* lisp/cedet/cedet-files.el (cedet-files-list-recursively):
* lisp/cedet/ede.el (ede-constructing, ede-deep-rescan):
* lisp/cedet/ede/cpp-root.el (ede-cpp-root-header-file-p):
* lisp/cedet/ede/proj.el (ede-proj-target-makefile):
* lisp/cedet/inversion.el (inversion-check-version)
(inversion-test):
* lisp/cedet/mode-local.el (mode-local-map-file-buffers):
* lisp/cedet/semantic/complete.el (semantic-displayer-ghost):
* lisp/cedet/semantic/db-find.el (semanticdb-find-translate-path-default):
* lisp/cedet/semantic/db.el (semanticdb-table)
(semanticdb-search-system-databases):
* lisp/cedet/semantic/imenu.el (semantic-imenu-index-directory):
* lisp/cedet/semantic/java.el (semantic-java-doc-keywords-map):
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-use-headers-flag):
* lisp/cedet/semantic/lex.el (semantic-lex-make-keyword-table)
(semantic-lex-make-type-table, semantic-lex-debug-analyzers):
* lisp/cedet/semantic/tag-ls.el (semantic-tag-abstract-p)
(semantic-tag-leaf-p, semantic-tag-static-p)
(semantic-tag-prototype-p):
* lisp/dnd.el (dnd-open-remote-file-function, dnd-open-local-file):
* lisp/emacs-lisp/eieio-opt.el (eieio-build-class-alist)
(eieio-read-class, eieio-read-subclass):
* lisp/emacs-lisp/generator.el (cps--replace-variable-references)
(cps--handle-loop-for):
* lisp/erc/erc-dcc.el (erc-dcc-list, erc-dcc-member, erc-dcc-server)
(erc-dcc-auto-mask-p, erc-dcc-get-file, erc-dcc-chat-accept):
* lisp/eshell/em-pred.el (eshell-pred-file-type):
* lisp/faces.el (defined-colors-with-face-attributes):
* lisp/font-core.el (font-lock-mode):
* lisp/frame.el (frame-restack):
* lisp/net/shr.el (shr-image-animate):
* lisp/org/org-agenda.el (org-agenda-change-all-lines)
(org-agenda-today-p):
* lisp/org/org-id.el (org-id-get):
* lisp/org/org.el (org-highlight-latex-and-related)
(org--valid-property-p):
* lisp/org/ox-beamer.el (org-beamer--get-label):
* lisp/org/ox-latex.el (org-latex--caption-above-p):
* lisp/org/ox-odt.el (org-odt--copy-image-file)
(org-odt--copy-formula-file):
* lisp/org/ox.el (org-export-with-timestamps):
* lisp/progmodes/verilog-mode.el (verilog-indent-declaration-macros):
* lisp/ses.el (ses-file-format-extend-parameter-list):
* lisp/term.el (ansi-term):
* lisp/textmodes/bibtex.el (bibtex-no-opt-remove-re)
(bibtex-beginning-of-first-entry, bibtex-autokey-get-title)
(bibtex-read-key, bibtex-initialize):
* lisp/textmodes/flyspell.el (flyspell-word):
* lisp/view.el (view-mode-exit):
* src/composite.c:
* src/floatfns.c (Fisnan): Fix typos in docstrings.
2019-09-19 04:32:25 +02:00
..
antlr-mode.el
asm-mode.el Use lexical-binding in asm-mode.el and add tests 2019-07-18 20:41:47 +02:00
autoconf.el
bat-mode.el Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
bug-reference.el Use lexical-binding in bug-reference.el 2019-04-09 16:29:09 -05:00
cc-align.el C Mode: Fix indentation of DEFUN's function's argument list. 2019-05-21 11:47:14 +00:00
cc-awk.el * lisp/progmodes/cc-awk.el (c-awk-var-num-ket-re): Remove /x80-/xff from it. 2019-07-25 18:48:19 +00:00
cc-bytecomp.el
cc-cmds.el New function time-convert 2019-08-05 18:37:29 -07:00
cc-defs.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
cc-engine.el C++ Mode: Prevent End of statement being found after {} in "count << vec{} <<" 2019-08-06 16:49:29 +00:00
cc-fonts.el CC Mode: Stop /**/ spuriously fontifying as a doc comment under gtkdoc 2019-07-27 12:55:53 +00:00
cc-guess.el
cc-langs.el C++ Mode: Prevent End of statement being found after {} in "count << vec{} <<" 2019-08-06 16:49:29 +00:00
cc-menus.el
cc-mode.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
cc-styles.el Correct the indentation of CC Mode brace lists 2019-03-12 18:33:31 +00:00
cc-vars.el C++ Mode: change the default doc comment style from nothing to gtkdoc 2019-06-30 15:02:13 +00:00
cfengine.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
cmacexp.el
compile.el Fix untidinesses in compile.el. 2019-09-08 10:44:27 +00:00
cperl-mode.el New function time-convert 2019-08-05 18:37:29 -07:00
cpp.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
cwarn.el
dcl-mode.el Fix TODO to convert defvar with leading '*' to defcustom 2019-06-09 10:08:33 +03:00
ebnf-abn.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-bnf.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-dtd.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-ebx.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-iso.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-otz.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-yac.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf2ps.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebrowse.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
elisp-mode.el Don't display wrong ElDoc information when inside ELisp strings or comments 2019-08-20 08:34:23 -04:00
etags.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
executable.el * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete 2019-06-21 10:30:50 -04:00
f90.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
flymake-cc.el More carefully cleanup Flymake C/C++ backend's temp buffers 2019-07-02 16:09:59 +01:00
flymake-proc.el Fix flymake-proc temporary file deletion bug 2019-09-07 16:51:24 -04:00
flymake.el New function time-convert 2019-08-05 18:37:29 -07:00
fortran.el Suppress relint errors in fortran.el 2019-08-08 12:10:36 +02:00
gdb-mi.el Fix 2019-08-04 regex lint 2019-08-04 11:39:54 -07:00
glasses.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
grep.el Improve doc strings for some -search-path variables 2019-07-30 11:02:03 -07:00
gud.el Match Python 3 code object names in "M-x pdb" 2019-09-09 04:33:07 +02:00
hideif.el Make hide-ifdef-mode-prefix-key customisable 2019-08-21 13:49:57 -07:00
hideshow.el Fix progression in hideshow.el 2019-08-02 21:21:23 +02:00
icon.el
idlw-complete-structtag.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
idlw-help.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
idlw-shell.el Add conditional operator xor to subr.el 2019-08-06 13:38:47 +02:00
idlw-toolbar.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
idlwave.el Add conditional operator xor to subr.el 2019-08-06 13:38:47 +02:00
inf-lisp.el
js.el Specify the matching chars for JSX open/close parenthesis 2019-06-04 09:05:40 -07:00
ld-script.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
m4-mode.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
make-mode.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
meta-mode.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
mixal-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
modula2.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
octave.el Merge from origin/emacs-26 2019-08-10 08:44:31 -07:00
opascal.el * lisp/progmodes/opascal.el: Tweak code to ease edebugging 2019-07-22 15:41:17 -04:00
pascal.el Remove XEmacs compat code from pascal.el 2019-06-20 12:51:38 +02:00
perl-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
prog-mode.el Prefer display-line-numbers over linum in docs and one defcustom 2019-08-27 02:41:51 +02:00
project.el project.el compilation warning fix 2019-06-13 16:16:57 +02:00
prolog.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ps-mode.el * lisp/progmodes/ps-mode.el (ps-mode-octal-region): Simplify. 2019-06-13 17:40:32 -04:00
python.el Fix fill-paragraph in python docstrings (Bug#36056) 2019-09-12 20:25:30 -04:00
ruby-mode.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
scheme.el More regexp corrections and tweaks 2019-03-10 23:11:21 -07:00
sh-script.el * lisp/progmodes/sh-script.el (sh--assignment-collect): Only after =! 2019-09-12 15:43:50 -04:00
simula.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
sql.el * lisp/progmodes/sql.el 2019-04-24 20:59:25 -04:00
subword.el
tcl.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
vera-mode.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
verilog-mode.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
vhdl-mode.el Rename variables and functions with "auto-load" in their names 2019-08-15 16:02:20 -07:00
which-func.el which-function: Do not display outdated imenu information 2019-02-22 15:27:06 -06:00
xref.el Add imenu support to xref 2019-08-23 06:30:46 +02:00
xscheme.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00