diff options
| author | K. Handa | 2016-01-14 21:55:43 +0900 |
|---|---|---|
| committer | K. Handa | 2016-01-14 21:55:43 +0900 |
| commit | 641a3472ef245157ebcb2114f2d608cb3cb401a7 (patch) | |
| tree | 85e524c8d12caca29588382205f536b2008edc55 /lisp/textmodes | |
| parent | 9835757013569673854b692ccbb58bfb3c3ed1f7 (diff) | |
| parent | ee83b77f5ddede0fed518d0c23cf0ae38ce5b745 (diff) | |
| download | emacs-641a3472ef245157ebcb2114f2d608cb3cb401a7.tar.gz emacs-641a3472ef245157ebcb2114f2d608cb3cb401a7.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/textmodes')
44 files changed, 157 insertions, 145 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 373ab14e3fb..6342110f20b 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; artist.el --- draw ascii graphics with your mouse | 1 | ;;; artist.el --- draw ascii graphics with your mouse |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tomas Abrahamsson <tab@lysator.liu.se> | 5 | ;; Author: Tomas Abrahamsson <tab@lysator.liu.se> |
| 6 | ;; Maintainer: Tomas Abrahamsson <tab@lysator.liu.se> | 6 | ;; Maintainer: Tomas Abrahamsson <tab@lysator.liu.se> |
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index 2ed5ad89eab..62b666b2524 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bib-mode.el --- major mode for editing bib files | 1 | ;;; bib-mode.el --- major mode for editing bib files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Henry Kautz | 5 | ;; Author: Henry Kautz |
| 6 | ;; (according to authors.el) | 6 | ;; (according to authors.el) |
diff --git a/lisp/textmodes/bibtex-style.el b/lisp/textmodes/bibtex-style.el index 8ee011744df..f4113e1c27c 100644 --- a/lisp/textmodes/bibtex-style.el +++ b/lisp/textmodes/bibtex-style.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bibtex-style.el --- Major mode for BibTeX Style files -*- lexical-binding: t -*- | 1 | ;;; bibtex-style.el --- Major mode for BibTeX Style files -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: tex | 6 | ;; Keywords: tex |
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index deb39d943a8..bc9bf799f9b 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bibtex.el --- BibTeX mode for GNU Emacs -*- lexical-binding: t -*- | 1 | ;;; bibtex.el --- BibTeX mode for GNU Emacs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994-1999, 2001-2015 Free Software Foundation, | 3 | ;; Copyright (C) 1992, 1994-1999, 2001-2016 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> | 6 | ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> |
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index 7d81bbca7d5..8ae8b0bfb11 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files | 1 | ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Keywords: conf ini windows java | 6 | ;; Keywords: conf ini windows java |
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index a8a206760b7..48c24844a68 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; css-mode.el --- Major mode to edit CSS files -*- lexical-binding: t -*- | 1 | ;;; css-mode.el --- Major mode to edit CSS files -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Maintainer: Simen Heggestøyl <simenheg@gmail.com> | 6 | ;; Maintainer: Simen Heggestøyl <simenheg@gmail.com> |
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el index 4862d453d97..521b1f3358c 100644 --- a/lisp/textmodes/dns-mode.el +++ b/lisp/textmodes/dns-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files | 1 | ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2001, 2004-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2001, 2004-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | ;; Keywords: DNS master zone file SOA comm | 6 | ;; Keywords: DNS master zone file SOA comm |
diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el index 040a50e3099..124be27f4f3 100644 --- a/lisp/textmodes/enriched.el +++ b/lisp/textmodes/enriched.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; enriched.el --- read and save files in text/enriched format | 1 | ;;; enriched.el --- read and save files in text/enriched format |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1996, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1996, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.org> | 5 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: wp, faces | 6 | ;; Keywords: wp, faces |
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index a97facf5427..100e2a24367 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fill.el --- fill commands for Emacs | 1 | ;;; fill.el --- fill commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2015 Free | 3 | ;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2016 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 6c4a731629c..20316794c5d 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; flyspell.el --- On-the-fly spell checker -*- lexical-binding:t -*- | 1 | ;;; flyspell.el --- On-the-fly spell checker -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> | 5 | ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| @@ -399,6 +399,9 @@ like <img alt=\"Some thing.\">." | |||
| 399 | (interactive) | 399 | (interactive) |
| 400 | (setq flyspell-generic-check-word-predicate | 400 | (setq flyspell-generic-check-word-predicate |
| 401 | #'flyspell-generic-progmode-verify) | 401 | #'flyspell-generic-progmode-verify) |
| 402 | (setq-local flyspell--prev-meta-tab-binding | ||
| 403 | (or (local-key-binding "\M-\t" t) | ||
| 404 | (global-key-binding "\M-\t" t))) | ||
| 402 | (flyspell-mode 1) | 405 | (flyspell-mode 1) |
| 403 | (run-hooks 'flyspell-prog-mode-hook)) | 406 | (run-hooks 'flyspell-prog-mode-hook)) |
| 404 | 407 | ||
| @@ -1904,105 +1907,114 @@ before point that's highlighted as misspelled." | |||
| 1904 | "Correct the current word. | 1907 | "Correct the current word. |
| 1905 | This command proposes various successive corrections for the current word." | 1908 | This command proposes various successive corrections for the current word." |
| 1906 | (interactive) | 1909 | (interactive) |
| 1907 | (let ((pos (point)) | 1910 | ;; If we are not in the construct where flyspell should be active, |
| 1908 | (old-max (point-max))) | 1911 | ;; invoke the original binding of M-TAB, if that was recorded. |
| 1909 | ;; Use the correct dictionary. | 1912 | (if (and (local-variable-p 'flyspell--prev-meta-tab-binding) |
| 1910 | (flyspell-accept-buffer-local-defs) | 1913 | (commandp flyspell--prev-meta-tab-binding t) |
| 1911 | (if (and (eq flyspell-auto-correct-pos pos) | 1914 | (fboundp flyspell-generic-check-word-predicate) |
| 1912 | (consp flyspell-auto-correct-region)) | 1915 | (not (funcall flyspell-generic-check-word-predicate)) |
| 1913 | ;; We have already been using the function at the same location. | 1916 | (equal (where-is-internal 'flyspell-auto-correct-word nil t) |
| 1914 | (let* ((start (car flyspell-auto-correct-region)) | 1917 | [?\M-\t])) |
| 1915 | (len (cdr flyspell-auto-correct-region))) | 1918 | (call-interactively flyspell--prev-meta-tab-binding) |
| 1916 | (flyspell-unhighlight-at start) | 1919 | (let ((pos (point)) |
| 1917 | (delete-region start (+ start len)) | 1920 | (old-max (point-max))) |
| 1918 | (setq flyspell-auto-correct-ring (cdr flyspell-auto-correct-ring)) | 1921 | ;; Use the correct dictionary. |
| 1919 | (let* ((word (car flyspell-auto-correct-ring)) | 1922 | (flyspell-accept-buffer-local-defs) |
| 1920 | (len (length word))) | 1923 | (if (and (eq flyspell-auto-correct-pos pos) |
| 1921 | (rplacd flyspell-auto-correct-region len) | 1924 | (consp flyspell-auto-correct-region)) |
| 1922 | (goto-char start) | 1925 | ;; We have already been using the function at the same location. |
| 1923 | (if flyspell-abbrev-p | 1926 | (let* ((start (car flyspell-auto-correct-region)) |
| 1924 | (if (flyspell-already-abbrevp (flyspell-abbrev-table) | 1927 | (len (cdr flyspell-auto-correct-region))) |
| 1925 | flyspell-auto-correct-word) | 1928 | (flyspell-unhighlight-at start) |
| 1926 | (flyspell-change-abbrev (flyspell-abbrev-table) | 1929 | (delete-region start (+ start len)) |
| 1927 | flyspell-auto-correct-word | 1930 | (setq flyspell-auto-correct-ring (cdr flyspell-auto-correct-ring)) |
| 1928 | word) | 1931 | (let* ((word (car flyspell-auto-correct-ring)) |
| 1929 | (flyspell-define-abbrev flyspell-auto-correct-word word))) | 1932 | (len (length word))) |
| 1930 | (funcall flyspell-insert-function word) | 1933 | (rplacd flyspell-auto-correct-region len) |
| 1931 | (flyspell-word) | 1934 | (goto-char start) |
| 1932 | (flyspell-display-next-corrections flyspell-auto-correct-ring)) | 1935 | (if flyspell-abbrev-p |
| 1933 | (flyspell-ajust-cursor-point pos (point) old-max) | 1936 | (if (flyspell-already-abbrevp (flyspell-abbrev-table) |
| 1934 | (setq flyspell-auto-correct-pos (point))) | 1937 | flyspell-auto-correct-word) |
| 1935 | ;; Fetch the word to be checked. | 1938 | (flyspell-change-abbrev (flyspell-abbrev-table) |
| 1936 | (let ((word (flyspell-get-word))) | 1939 | flyspell-auto-correct-word |
| 1937 | (if (consp word) | 1940 | word) |
| 1938 | (let ((start (car (cdr word))) | 1941 | (flyspell-define-abbrev flyspell-auto-correct-word word))) |
| 1939 | (end (car (cdr (cdr word)))) | 1942 | (funcall flyspell-insert-function word) |
| 1940 | (word (car word)) | 1943 | (flyspell-word) |
| 1941 | poss ispell-filter) | 1944 | (flyspell-display-next-corrections flyspell-auto-correct-ring)) |
| 1942 | (setq flyspell-auto-correct-word word) | 1945 | (flyspell-ajust-cursor-point pos (point) old-max) |
| 1943 | ;; Now check spelling of word.. | 1946 | (setq flyspell-auto-correct-pos (point))) |
| 1944 | (ispell-send-string "%\n") ;Put in verbose mode. | 1947 | ;; Fetch the word to be checked. |
| 1945 | (ispell-send-string (concat "^" word "\n")) | 1948 | (let ((word (flyspell-get-word))) |
| 1946 | ;; Wait until ispell has processed word. | 1949 | (if (consp word) |
| 1947 | (while (progn | 1950 | (let ((start (car (cdr word))) |
| 1948 | (accept-process-output ispell-process) | 1951 | (end (car (cdr (cdr word)))) |
| 1949 | (not (string= "" (car ispell-filter))))) | 1952 | (word (car word)) |
| 1950 | ;; Remove leading empty element. | 1953 | poss ispell-filter) |
| 1951 | (setq ispell-filter (cdr ispell-filter)) | 1954 | (setq flyspell-auto-correct-word word) |
| 1952 | ;; Ispell process should return something after word is sent. | 1955 | ;; Now check spelling of word.. |
| 1953 | ;; Tag word as valid (i.e., skip) otherwise. | 1956 | (ispell-send-string "%\n") ;Put in verbose mode. |
| 1954 | (or ispell-filter | 1957 | (ispell-send-string (concat "^" word "\n")) |
| 1955 | (setq ispell-filter '(*))) | 1958 | ;; Wait until ispell has processed word. |
| 1956 | (if (consp ispell-filter) | 1959 | (while (progn |
| 1957 | (setq poss (ispell-parse-output (car ispell-filter)))) | 1960 | (accept-process-output ispell-process) |
| 1958 | (cond | 1961 | (not (string= "" (car ispell-filter))))) |
| 1959 | ((or (eq poss t) (stringp poss)) | 1962 | ;; Remove leading empty element. |
| 1960 | ;; Don't correct word. | 1963 | (setq ispell-filter (cdr ispell-filter)) |
| 1961 | t) | 1964 | ;; Ispell process should return something after word is sent. |
| 1962 | ((null poss) | 1965 | ;; Tag word as valid (i.e., skip) otherwise. |
| 1963 | ;; Ispell error. | 1966 | (or ispell-filter |
| 1964 | (error "Ispell: error in Ispell process")) | 1967 | (setq ispell-filter '(*))) |
| 1965 | (t | 1968 | (if (consp ispell-filter) |
| 1966 | ;; The word is incorrect, we have to propose a replacement. | 1969 | (setq poss (ispell-parse-output (car ispell-filter)))) |
| 1967 | (let ((replacements (if flyspell-sort-corrections | 1970 | (cond |
| 1968 | (sort (car (cdr (cdr poss))) 'string<) | 1971 | ((or (eq poss t) (stringp poss)) |
| 1969 | (car (cdr (cdr poss)))))) | 1972 | ;; Don't correct word. |
| 1970 | (setq flyspell-auto-correct-region nil) | 1973 | t) |
| 1971 | (if (consp replacements) | 1974 | ((null poss) |
| 1972 | (progn | 1975 | ;; Ispell error. |
| 1973 | (let ((replace (car replacements))) | 1976 | (error "Ispell: error in Ispell process")) |
| 1974 | (let ((new-word replace)) | 1977 | (t |
| 1975 | (if (not (equal new-word (car poss))) | 1978 | ;; The word is incorrect, we have to propose a replacement. |
| 1976 | (progn | 1979 | (let ((replacements (if flyspell-sort-corrections |
| 1977 | ;; the save the current replacements | 1980 | (sort (car (cdr (cdr poss))) 'string<) |
| 1978 | (setq flyspell-auto-correct-region | 1981 | (car (cdr (cdr poss)))))) |
| 1979 | (cons start (length new-word))) | 1982 | (setq flyspell-auto-correct-region nil) |
| 1980 | (let ((l replacements)) | 1983 | (if (consp replacements) |
| 1981 | (while (consp (cdr l)) | 1984 | (progn |
| 1982 | (setq l (cdr l))) | 1985 | (let ((replace (car replacements))) |
| 1983 | (rplacd l (cons (car poss) replacements))) | 1986 | (let ((new-word replace)) |
| 1984 | (setq flyspell-auto-correct-ring | 1987 | (if (not (equal new-word (car poss))) |
| 1985 | replacements) | 1988 | (progn |
| 1986 | (flyspell-unhighlight-at start) | 1989 | ;; the save the current replacements |
| 1987 | (delete-region start end) | 1990 | (setq flyspell-auto-correct-region |
| 1988 | (funcall flyspell-insert-function new-word) | 1991 | (cons start (length new-word))) |
| 1989 | (if flyspell-abbrev-p | 1992 | (let ((l replacements)) |
| 1990 | (if (flyspell-already-abbrevp | 1993 | (while (consp (cdr l)) |
| 1991 | (flyspell-abbrev-table) word) | 1994 | (setq l (cdr l))) |
| 1992 | (flyspell-change-abbrev | 1995 | (rplacd l (cons (car poss) replacements))) |
| 1993 | (flyspell-abbrev-table) | 1996 | (setq flyspell-auto-correct-ring |
| 1994 | word | 1997 | replacements) |
| 1995 | new-word) | 1998 | (flyspell-unhighlight-at start) |
| 1996 | (flyspell-define-abbrev word | 1999 | (delete-region start end) |
| 1997 | new-word))) | 2000 | (funcall flyspell-insert-function new-word) |
| 1998 | (flyspell-word) | 2001 | (if flyspell-abbrev-p |
| 1999 | (flyspell-display-next-corrections | 2002 | (if (flyspell-already-abbrevp |
| 2000 | (cons new-word flyspell-auto-correct-ring)) | 2003 | (flyspell-abbrev-table) word) |
| 2001 | (flyspell-ajust-cursor-point pos | 2004 | (flyspell-change-abbrev |
| 2002 | (point) | 2005 | (flyspell-abbrev-table) |
| 2003 | old-max)))))))))) | 2006 | word |
| 2004 | (setq flyspell-auto-correct-pos (point)) | 2007 | new-word) |
| 2005 | (ispell-pdict-save t))))))) | 2008 | (flyspell-define-abbrev word |
| 2009 | new-word))) | ||
| 2010 | (flyspell-word) | ||
| 2011 | (flyspell-display-next-corrections | ||
| 2012 | (cons new-word flyspell-auto-correct-ring)) | ||
| 2013 | (flyspell-ajust-cursor-point pos | ||
| 2014 | (point) | ||
| 2015 | old-max)))))))))) | ||
| 2016 | (setq flyspell-auto-correct-pos (point)) | ||
| 2017 | (ispell-pdict-save t)))))))) | ||
| 2006 | 2018 | ||
| 2007 | ;;*---------------------------------------------------------------------*/ | 2019 | ;;*---------------------------------------------------------------------*/ |
| 2008 | ;;* flyspell-auto-correct-previous-pos ... */ | 2020 | ;;* flyspell-auto-correct-previous-pos ... */ |
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 05a5da57b66..97e64c906c8 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 | 1 | ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1995, 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1995, 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ken Stevens <k.stevens@ieee.org> | 5 | ;; Author: Ken Stevens <k.stevens@ieee.org> |
| 6 | ;; Maintainer: Ken Stevens <k.stevens@ieee.org> | 6 | ;; Maintainer: Ken Stevens <k.stevens@ieee.org> |
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el index 0ca4cbefe93..16ce88dd83d 100644 --- a/lisp/textmodes/makeinfo.el +++ b/lisp/textmodes/makeinfo.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; makeinfo.el --- run makeinfo conveniently | 1 | ;;; makeinfo.el --- run makeinfo conveniently |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1993, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1993, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Robert J. Chassell | 5 | ;; Author: Robert J. Chassell |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index bf88551e6bf..b064f6d2b31 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source | 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2015 Free Software | 3 | ;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2016 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index c7a2f258f86..4769af5a1d1 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; page-ext.el --- extended page handling commands | 1 | ;;; page-ext.el --- extended page handling commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990-1991, 1993-1994, 2001-2015 Free Software | 3 | ;; Copyright (C) 1990-1991, 1993-1994, 2001-2016 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell <bob@gnu.org> | 6 | ;; Author: Robert J. Chassell <bob@gnu.org> |
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index 39db5bbcfad..17fda677754 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; page.el --- page motion commands for Emacs | 1 | ;;; page.el --- page motion commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: wp convenience | 6 | ;; Keywords: wp convenience |
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 58c65678802..b7523ca9f43 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; paragraphs.el --- paragraph and sentence parsing | 1 | ;;; paragraphs.el --- paragraph and sentence parsing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2015 Free Software | 3 | ;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2016 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 201b85b2528..4aee2734158 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model | 1 | ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el index a5f39461498..926154364dc 100644 --- a/lisp/textmodes/po.el +++ b/lisp/textmodes/po.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; po.el --- basic support of PO translation files | 1 | ;;; po.el --- basic support of PO translation files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-1998, 2000-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-1998, 2000-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: François Pinard <pinard@iro.umontreal.ca>, | 5 | ;; Authors: François Pinard <pinard@iro.umontreal.ca>, |
| 6 | ;; Greg McGary <gkm@magilla.cichlid.com>, | 6 | ;; Greg McGary <gkm@magilla.cichlid.com>, |
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el index e5b89a24a52..b73916a22d6 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; refbib.el --- convert refer-style references to ones usable by Latex bib | 1 | ;;; refbib.el --- convert refer-style references to ones usable by Latex bib |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Henry Kautz <kautz@research.att.com> | 5 | ;; Author: Henry Kautz <kautz@research.att.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/refer.el b/lisp/textmodes/refer.el index dfdda8a5742..f2abf06ebdc 100644 --- a/lisp/textmodes/refer.el +++ b/lisp/textmodes/refer.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; refer.el --- look up references in bibliography files | 1 | ;;; refer.el --- look up references in bibliography files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1996, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1996, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> | 5 | ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> |
| 6 | ;; Maintainer: Gernot Heiser <gernot@acm.org> | 6 | ;; Maintainer: Gernot Heiser <gernot@acm.org> |
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el index 97db70d2de3..db0b0977b36 100644 --- a/lisp/textmodes/refill.el +++ b/lisp/textmodes/refill.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; refill.el --- `auto-fill' by refilling paragraphs on changes | 1 | ;;; refill.el --- `auto-fill' by refilling paragraphs on changes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Maintainer: Miles Bader <miles@gnu.org> | 6 | ;; Maintainer: Miles Bader <miles@gnu.org> |
diff --git a/lisp/textmodes/reftex-auc.el b/lisp/textmodes/reftex-auc.el index 8316fe5072b..505df5d3424 100644 --- a/lisp/textmodes/reftex-auc.el +++ b/lisp/textmodes/reftex-auc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-auc.el --- RefTeX's interface to AUCTeX | 1 | ;;; reftex-auc.el --- RefTeX's interface to AUCTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index b2229d557b9..b5b7d466e9c 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-cite.el --- creating citations with RefTeX | 1 | ;;; reftex-cite.el --- creating citations with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index 8601294ee73..f1d4d6fcba8 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-dcr.el --- viewing cross references and citations with RefTeX | 1 | ;;; reftex-dcr.el --- viewing cross references and citations with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 94635c0c122..d2500510443 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-global.el --- operations on entire documents with RefTeX | 1 | ;;; reftex-global.el --- operations on entire documents with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el index 47ba14b02f8..0ed6f26699a 100644 --- a/lisp/textmodes/reftex-index.el +++ b/lisp/textmodes/reftex-index.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-index.el --- index support with RefTeX | 1 | ;;; reftex-index.el --- index support with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index d27989ade05..1d6fa311d5f 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-parse.el --- parser functions for RefTeX | 1 | ;;; reftex-parse.el --- parser functions for RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-ref.el b/lisp/textmodes/reftex-ref.el index 3d44e5a879d..7f13ed5b06d 100644 --- a/lisp/textmodes/reftex-ref.el +++ b/lisp/textmodes/reftex-ref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-ref.el --- code to create labels and references with RefTeX | 1 | ;;; reftex-ref.el --- code to create labels and references with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-sel.el b/lisp/textmodes/reftex-sel.el index 1948d9f96c3..02caa67e9a8 100644 --- a/lisp/textmodes/reftex-sel.el +++ b/lisp/textmodes/reftex-sel.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-sel.el --- the selection modes for RefTeX | 1 | ;;; reftex-sel.el --- the selection modes for RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index 87f7944c7f0..915acc8382d 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-toc.el --- RefTeX's table of contents mode | 1 | ;;; reftex-toc.el --- RefTeX's table of contents mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2000, 2003-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2000, 2003-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index fcab1367f7d..c725d9f450e 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-vars.el --- configuration variables for RefTeX | 1 | ;;; reftex-vars.el --- configuration variables for RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-1999, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1999, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index b29a56a4db5..a488ab14b10 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; reftex.el --- minor mode for doing \label, \ref, \cite, \index in LaTeX | 1 | ;;; reftex.el --- minor mode for doing \label, \ref, \cite, \index in LaTeX |
| 2 | ;; Copyright (C) 1997-2000, 2003-2015 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1997-2000, 2003-2016 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 4 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 5 | ;; Maintainer: auctex-devel@gnu.org | 5 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el index 35eaffa9284..99d34ad0da5 100644 --- a/lisp/textmodes/remember.el +++ b/lisp/textmodes/remember.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; remember --- a mode for quickly jotting down things to remember | 1 | ;;; remember --- a mode for quickly jotting down things to remember |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2001, 2003-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2001, 2003-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 7b2aabd7ea5..3d4854e89d6 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rst.el --- Mode for viewing and editing reStructuredText-documents. | 1 | ;;; rst.el --- Mode for viewing and editing reStructuredText-documents. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: Stefan Merten <smerten@oekonux.de> | 5 | ;; Maintainer: Stefan Merten <smerten@oekonux.de> |
| 6 | ;; Author: Stefan Merten <smerten@oekonux.de>, | 6 | ;; Author: Stefan Merten <smerten@oekonux.de>, |
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 239112bca33..98a01e8d83f 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sgml-mode.el --- SGML- and HTML-editing modes -*- lexical-binding:t -*- | 1 | ;;; sgml-mode.el --- SGML- and HTML-editing modes -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1995-1996, 1998, 2001-2015 Free Software | 3 | ;; Copyright (C) 1992, 1995-1996, 1998, 2001-2016 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: James Clark <jjc@jclark.com> | 6 | ;; Author: James Clark <jjc@jclark.com> |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 97da43757da..8c4cbc76cae 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; table.el --- create and edit WYSIWYG text based embedded tables -*- lexical-binding: t -*- | 1 | ;;; table.el --- create and edit WYSIWYG text based embedded tables -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: wp, convenience | 5 | ;; Keywords: wp, convenience |
| 6 | ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> | 6 | ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> |
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 22bb8ca41db..19aefc29b96 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- lexical-binding:t -*- | 1 | ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2015 Free | 3 | ;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2016 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 500c1e38394..19a21237d2b 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; texinfmt.el --- format Texinfo files into Info files | 1 | ;;; texinfmt.el --- format Texinfo files into Info files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2015 Free Software | 3 | ;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2016 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> | 6 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> |
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 2b606ed002e..8f435987514 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; texinfo.el --- major mode for editing Texinfo files | 1 | ;;; texinfo.el --- major mode for editing Texinfo files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988-1993, 1996-1997, 2000-2015 Free Software | 3 | ;; Copyright (C) 1985, 1988-1993, 1996-1997, 2000-2016 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 321967a3721..8f401323445 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files | 1 | ;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989-1992, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989-1992, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Robert J. Chassell | 5 | ;; Author: Robert J. Chassell |
| 6 | ;; Maintainer: bug-texinfo@gnu.org | 6 | ;; Maintainer: bug-texinfo@gnu.org |
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 1e0a949ed05..731c2d2d85d 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; text-mode.el --- text mode, and its idiosyncratic commands | 1 | ;;; text-mode.el --- text mode, and its idiosyncratic commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1992, 1994, 2001-2015 Free Software Foundation, | 3 | ;; Copyright (C) 1985, 1992, 1994, 2001-2016 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el index f1a42f2b688..eb799c09510 100644 --- a/lisp/textmodes/tildify.el +++ b/lisp/textmodes/tildify.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tildify.el --- adding hard spaces into texts -*- lexical-binding: t -*- | 1 | ;;; tildify.el --- adding hard spaces into texts -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 5 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
| 6 | ;; Michal Nazarewicz <mina86@mina86.com> | 6 | ;; Michal Nazarewicz <mina86@mina86.com> |
| @@ -282,7 +282,7 @@ corresponding text part and can be either: | |||
| 282 | 282 | ||
| 283 | CALLBACK is a function accepting two arguments -- REG-BEG and REG-END -- that | 283 | CALLBACK is a function accepting two arguments -- REG-BEG and REG-END -- that |
| 284 | will be called for portions of the buffer outside of the environments defined by | 284 | will be called for portions of the buffer outside of the environments defined by |
| 285 | PAIRS regexes. | 285 | PAIRS regexps. |
| 286 | 286 | ||
| 287 | The function will return as soon as CALLBACK returns nil or point goes past END. | 287 | The function will return as soon as CALLBACK returns nil or point goes past END. |
| 288 | CALLBACK may be called on portions of the buffer outside of [BEG END); in fact | 288 | CALLBACK may be called on portions of the buffer outside of [BEG END); in fact |
| @@ -479,7 +479,7 @@ which is assumed to be a space character, should be replaced with a hard space." | |||
| 479 | 479 | ||
| 480 | ;;;###autoload | 480 | ;;;###autoload |
| 481 | (define-minor-mode tildify-mode | 481 | (define-minor-mode tildify-mode |
| 482 | "Adds electric behaviour to space character. | 482 | "Adds electric behavior to space character. |
| 483 | 483 | ||
| 484 | When space is inserted into a buffer in a position where hard space is required | 484 | When space is inserted into a buffer in a position where hard space is required |
| 485 | instead (determined by `tildify-space-pattern' and `tildify-space-predicates'), | 485 | instead (determined by `tildify-space-pattern' and `tildify-space-predicates'), |
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 4133e0fa126..3c15c9bef7a 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; two-column.el --- minor mode for editing of two-column text | 1 | ;;; two-column.el --- minor mode for editing of two-column text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1995, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1995, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Adapted-By: ESR, Daniel Pfeiffer | 6 | ;; Adapted-By: ESR, Daniel Pfeiffer |
diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index b97fdfded14..737475ec857 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs | 1 | ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: wp | 6 | ;; Keywords: wp |