aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from origin/emacs-27Paul Eggert2021-01-014-4/+4
|\ | | | | | | 33d159c36f Fix copyright years by hand
| * Fix copyright years by handPaul Eggert2021-01-014-4/+4
| | | | | | | | These are dates that admin/update-copyright did not update.
| * Update copyright year to 2021Paul Eggert2021-01-0121-21/+21
| | | | | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* | Update copyright year to 2021Paul Eggert2021-01-0121-21/+21
| | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | Update TUTORIAL.itLele Gaifax2020-11-281-35/+38
| | | | | | | | | | * etc/tutorials/TUTORIAL.it: Follow changes made to TUTORIAL in the last year
* | * etc/tutorials/TUTORIAL.sv: General copy-editing.Mattias Engdegård2020-11-281-94/+93
| |
* | Update TUTORIAL.de and TUTORIAL.frMattias Engdegård2020-11-272-9/+9
| | | | | | | | | | * etc/tutorials/TUTORIAL.de: * etc/tutorials/TUTORIAL.fr: Follow recent changes in TUTORIAL.
* | Update TUTORIAL.esStefan Kangas2020-11-271-14/+14
| | | | | | | | | | * etc/tutorials/TUTORIAL.es: A followup to recent changes in TUTORIAL.
* | Update TUTORIAL.svStefan Kangas2020-11-271-16/+16
| | | | | | | | | | * etc/tutorials/TUTORIAL.sv: A followup to recent changes in TUTORIAL. Minor tweaks for grammar and style.
* | Update TUTORIAL.heEli Zaretskii2020-11-271-9/+8
| | | | | | | | | | * etc/tutorials/TUTORIAL.he: A followup to recent changes in TUTORIAL.
* | Remove keyboard anachronisms from tutorialMattias Engdegård2020-11-261-9/+9
| | | | | | | | | | | | | | | | * etc/tutorials/TUTORIAL: Don't keep referring to EDIT as if it were a common name for the Meta key; since a few decades back it's labelled Alt (or Option or ⌥ but those keys usually also have 'alt' engraved on them). Similarly, CTL is practically extinct and not worth mentioning.
* | Merge from origin/emacs-27Glenn Morris2020-10-271-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | e0de9f3295 (origin/emacs-27) Don't skip empty lines when fitting mini... a4ec03fa9b ; * etc/tutorials/TUTORIAL.de: Fix grammar (Bug#44246) 20c02e628c Improve documentation of display-fill-column-indicator e2005f1f2a * INSTALL: Mention efaq.texi for installation of intlfonts. 71661b2872 Use WebKit sandboxing # Conflicts: # etc/NEWS
| * ; * etc/tutorials/TUTORIAL.de: Fix grammar (Bug#44246)Philipp Stephani2020-10-261-1/+1
| |
* | Update TUTORIAL.deWerner Lemberg2020-10-221-63/+93
| | | | | | | | This also includes the minor fix for bug #44123.
* | ; * etc/tutorials/TUTORIAL.fr: Fix typo.Bastien Guerry2020-10-201-1/+1
| |
* | Update TUTORIAL.heEli Zaretskii2020-09-181-2/+3
| | | | | | | | | | * etc/tutorials/TUTORIAL.he: Adapt to latest changes in the English TUTORIAL.
* | Document easy ways of typing undo key on TTY framesRichard Stallman2020-09-181-0/+1
| | | | | | | | | | | | | | | | * doc/emacs/basic.texi (Basic Undo): Document the easiest way to type the undo key. * etc/tutorials/TUTORIAL: Describe typing C-_ without the Shift key.
* | TUTORIAL: "buffer" vs "file" consistency; capitalize DiredJorge P. de Morais Neto2020-08-091-7/+7
|/ | | | | | | | | * etc/tutorials/TUTORIAL: For consistency with C-x s ("save some buffers") and for accuracy, describe C-x C-s as "Save buffer to file"), and then C-x s as "Save some buffers to their files" (bug#39359). Also capitalize "Dired". Copyright-paperwork-exempt: yes
* Fix copyright years by handPaul Eggert2020-01-014-4/+4
| | | | These are dates that admin/update-copyright did not update.
* Update copyright year to 2020Paul Eggert2020-01-0121-21/+21
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Fix minor problems in TUTORIAL.ruAlex Ott2019-08-251-1/+2
| | | | | This fixes wording and avoids visiting the tutorial in Ruby mode.
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-3/+2
| | | | | | Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines, which are not that useful. It also cleans up and regularizes a few similar lines.
* * etc/tutorials/TUTORIAL: Fix typo (bug#34049)Stephen Berman2019-01-121-1/+1
|
* Fix copyright years by handPaul Eggert2019-01-014-4/+4
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Update copyright year to 2019Paul Eggert2019-01-0121-21/+21
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Fix copyright years by handPaul Eggert2018-01-015-5/+5
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Update copyright year to 2018Paul Eggert2018-01-0120-20/+20
| | | | Run admin/update-copyright.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-138-10/+10
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* * etc/tutorials/TUTORIAL.sv: synced with TUTORIALMats Lidell2017-08-191-5/+11
|
* * etc/tutorials/TUTORIAL.he: Update to match recent changes to TUTORIAL.Eli Zaretskii2017-08-061-3/+9
|
* * etc/tutorials/TUTORIAL: Update.Richard Stallman2017-08-051-6/+10
|
* * etc/tutorials/TUTORIAL.sv: synced with TUTORIAL (Bug#20371)Mats Lidell2017-06-021-0/+2
|
* Update TUTORIAL.itLele Gaifax2017-06-021-3/+5
| | | | | | * etc/tutorials/TUTORIAL.it: Adjust to recent changes in TUTORIAL. Copyright-paperwork-exempt: yes
* Update TUTORIAL.heEli Zaretskii2017-06-021-0/+1
| | | | * etc/tutorials/TUTORIAL.he: Adjust to recent changes in TUTORIAL.
* * etc/tutorials/TUTORIAL: Explain how to stop the tutorial (Bug#20371).Noam Postavsky2017-06-011-0/+1
|
* * etc/tutorials/TUTORIAL.sv: synced with TUTORIALMats Lidell2017-04-301-44/+59
|
* Merge from origin/emacs-25Paul Eggert2017-01-0122-25/+25
|\ | | | | | | | | 2e2a806 Fix copyright years by hand 5badc81 Update copyright year to 2017
| * Fix copyright years by handPaul Eggert2017-01-015-5/+5
| | | | | | | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
| * Update copyright year to 2017Paul Eggert2016-12-3120-20/+20
| | | | | | | | Run admin/update-copyright.
* | Improve the tutorialEli Zaretskii2016-11-072-16/+18
|/ | | | | * etc/tutorials/TUTORIAL: Minor copyedits. (Bug#24890) * etc/tutorials/TUTORIAL.he: Follow suit.
* Fix copyright years by handPaul Eggert2016-01-015-5/+5
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Update copyright year to 2016Paul Eggert2016-01-0120-20/+20
| | | | Run admin/update-copyright.
* * etc/tutorials/TUTORIAL.it: Update and fix typos.Lele Gaifax2015-12-181-735/+852
|
* * etc/tutorials/TUTORIAL.pt_BR: Fix a typo. (Bug#22165)Vitorio Miguel2015-12-141-1/+1
| | | | Copyright-paperwork-exempt: yes
* * etc/tutorials/TUTORIAL.translators: Fix PL namesPrzemysław Wojnowski2015-10-301-3/+3
|
* Update tutorials/TUTORIAL.cnXue Fuqiao2015-10-051-3/+2
| | | | * etc/tutorials/TUTORIAL.cn: Improve translation.
* * etc/tutorials/TUTORIAL.ja: Improve translation.HOSOYA Kei2015-07-261-2/+2
| | | | Copyright-paperwork-exempt: yes
* Update tutorials/TUTORIAL.cnXue Fuqiao2015-06-171-1/+12
| | | | * etc/tutorials/TUTORIAL.cn: Update; synchronize with TUTORIAL.
* Use u+05f4 in TUTORIAL.he.Eli Zaretskii2015-01-171-37/+37
| | | | | etc/tutorials/TUTORIAL.he: Use u+05f4 HEBREW PUNCTUATION GERSHAYIM instead of u+0022 QUOTATION MARK in Hebrew acronyms.
* Fix copyright years by handPaul Eggert2015-01-015-5/+5
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.