diff options
| author | Glenn Morris | 2016-11-17 22:50:40 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-11-17 22:50:40 -0800 |
| commit | 67df076793773c6226b8c08c435109aeb2e7a0d3 (patch) | |
| tree | 8e0dae2836353567dd62476fcf336826917b364b /doc | |
| parent | 03c00f716ff7d30c400995e42d7702ed2ba1a07d (diff) | |
| download | emacs-67df076793773c6226b8c08c435109aeb2e7a0d3.tar.gz emacs-67df076793773c6226b8c08c435109aeb2e7a0d3.zip | |
; Replace "25.2" with "26.1" where appropriate, which is almost everywhere
Ref:
http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00692.html
http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg01215.html
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index c7b6106ef5b..3d3122a68ea 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -528,7 +528,7 @@ It also processes local variables specified in the file text. | |||
| 528 | @deffn Command normal-mode &optional find-file | 528 | @deffn Command normal-mode &optional find-file |
| 529 | This function establishes the proper major mode and buffer-local | 529 | This function establishes the proper major mode and buffer-local |
| 530 | variable bindings for the current buffer. It calls | 530 | variable bindings for the current buffer. It calls |
| 531 | @code{set-auto-mode} (see below). As from Emacs 25.2, it no longer | 531 | @code{set-auto-mode} (see below). As of Emacs 26.1, it no longer |
| 532 | runs @code{hack-local-variables}, this now being done in | 532 | runs @code{hack-local-variables}, this now being done in |
| 533 | @code{run-mode-hooks} at the initialization of major modes | 533 | @code{run-mode-hooks} at the initialization of major modes |
| 534 | (@pxref{Mode Hooks}). | 534 | (@pxref{Mode Hooks}). |