From: Michael Albinus Date: Sat, 16 Nov 2024 12:35:30 +0000 (+0100) Subject: ; etc/NEWS: Fix example indentation. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~266 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc52cb8d74151bcac18d534529517a0a1845ad2e;p=emacs.git ; etc/NEWS: Fix example indentation. --- diff --git a/etc/NEWS b/etc/NEWS index 3c3c772d0d1..442053fa12b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -116,12 +116,12 @@ non-Tree-Sitter mode, customize the user option 'major-mode-remap-alist' to specify that a non-Tree-Sitter mode is "remapped" to itself. For example: - (add-to-list 'major-mode-remap-alist '(c-mode)) + (add-to-list 'major-mode-remap-alist '(c-mode)) specifies that C Mode should not be remapped to 'c-ts-mode' even if and when 'c-ts-mode' is loaded. Conversely, - (add-to-list 'major-mode-remap-alist '(c-mode . c-ts-mode)) + (add-to-list 'major-mode-remap-alist '(c-mode . c-ts-mode)) tells Emacs to always invoke 'c-ts-mode' whenever 'c-mode' is requested, either by 'auto-mode-alist' or by file/directory-local