; etc/NEWS: Fix example indentation.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Nov 2024 12:35:30 +0000 (13:35 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Nov 2024 12:35:30 +0000 (13:35 +0100)
etc/NEWS

index 3c3c772d0d1b4bd15bdd9d905723465e334058f2..442053fa12ba9f058838080134f9210723a6e50d 100644 (file)
--- 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