aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2024-11-16 13:35:30 +0100
committerMichael Albinus2024-11-16 13:35:30 +0100
commitfc52cb8d74151bcac18d534529517a0a1845ad2e (patch)
tree4632ff72d0d1f1bef31eca8b9d1b78c04fdc849c
parent81816800628f1eef1928eee3ccf9a2f8b53ab9a7 (diff)
downloademacs-fc52cb8d74151bcac18d534529517a0a1845ad2e.tar.gz
emacs-fc52cb8d74151bcac18d534529517a0a1845ad2e.zip
; etc/NEWS: Fix example indentation.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
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'
116to specify that a non-Tree-Sitter mode is "remapped" to itself. For 116to specify that a non-Tree-Sitter mode is "remapped" to itself. For
117example: 117example:
118 118
119 (add-to-list 'major-mode-remap-alist '(c-mode)) 119 (add-to-list 'major-mode-remap-alist '(c-mode))
120 120
121specifies that C Mode should not be remapped to 'c-ts-mode' even if and 121specifies that C Mode should not be remapped to 'c-ts-mode' even if and
122when 'c-ts-mode' is loaded. Conversely, 122when 'c-ts-mode' is loaded. Conversely,
123 123
124 (add-to-list 'major-mode-remap-alist '(c-mode . c-ts-mode)) 124 (add-to-list 'major-mode-remap-alist '(c-mode . c-ts-mode))
125 125
126tells Emacs to always invoke 'c-ts-mode' whenever 'c-mode' is 126tells Emacs to always invoke 'c-ts-mode' whenever 'c-mode' is
127requested, either by 'auto-mode-alist' or by file/directory-local 127requested, either by 'auto-mode-alist' or by file/directory-local