diff options
| author | Glenn Morris | 2018-02-20 07:50:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-20 07:50:29 -0800 |
| commit | 650febcd3ec1cfe0c686414c9c8f1a7caaeefe71 (patch) | |
| tree | 534fc96cc86b769db3e2124b347b7be5e155d94d /ChangeLog.2 | |
| parent | 3d42272754db914d4f2dbbcfba5ce6776a7b232b (diff) | |
| parent | 226aca32a784c4edebdec6a16eb90930aae64c06 (diff) | |
| download | emacs-650febcd3ec1cfe0c686414c9c8f1a7caaeefe71.tar.gz emacs-650febcd3ec1cfe0c686414c9c8f1a7caaeefe71.zip | |
Merge from origin/emacs-26
226aca3 (origin/emacs-26) Fix documentation of 'flyspell-auto-correct...
a8c8434 * doc/emacs/misc.texi (Saving Emacs Sessions): Fix markup.
275e735 More changes in the Emacs manuals
d962be5 More fixes in the Emacs manual
6dc2846 * src/data.c (Faref): Fix a typo in the doc string. (Bug#30510)
36e729f Minor edit in tramp.texi
6537f99 ; Fix oversight from last commit
eb94588 ; * doc/emacs/maintaining.texi: Fix two typos.
258135f More improvements in the Emacs manual
f138bca Improve documentation of 'electric-pair-mode'
f74ab96 ; Spelling and grammar fixes.
42f9dc4 ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): ...
Diffstat (limited to 'ChangeLog.2')
| -rw-r--r-- | ChangeLog.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 356fbc788f3..b17cc3c04b8 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -26364,7 +26364,7 @@ | |||
| 26364 | (verilog-calc-1): Detect 'pure virtual method' declarations which | 26364 | (verilog-calc-1): Detect 'pure virtual method' declarations which |
| 26365 | exist in abstract classes. Reported by Enzo Chi and Kaushal Modi. | 26365 | exist in abstract classes. Reported by Enzo Chi and Kaushal Modi. |
| 26366 | (verilog-backward-ws&directives): When moving back to the start of | 26366 | (verilog-backward-ws&directives): When moving back to the start of |
| 26367 | a line and the preceeding line ended with an escaped-newline, then | 26367 | a line and the preceding line ended with an escaped-newline, then |
| 26368 | jump up one line. This properly consumes a multi-line | 26368 | jump up one line. This properly consumes a multi-line |
| 26369 | pre-processor directive. Reported by Kaushal Modi. | 26369 | pre-processor directive. Reported by Kaushal Modi. |
| 26370 | (verilog-dpi-import-export-re, verilog-extended-complete-re) | 26370 | (verilog-dpi-import-export-re, verilog-extended-complete-re) |