Documentation: coding-style: Update syntax highlighting for code-blocks
authorThorsten Blum <thorsten.blum@toblux.com>
Sat, 3 Feb 2024 22:39:26 +0000 (23:39 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 5 Feb 2024 17:21:50 +0000 (10:21 -0700)
Use c and elisp instead of none in code-blocks

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240203223926.5077-1-thorsten.blum@toblux.com
Documentation/process/coding-style.rst

index a15a2159b2a9ccf98e50d0bb66f45261394cb721..9c7cf73473943710cd77edffda19911f966bda68 100644 (file)
@@ -203,7 +203,7 @@ Do not unnecessarily use braces where a single statement will do.
 
 and
 
-.. code-block:: none
+.. code-block:: c
 
        if (condition)
                do_this();
@@ -660,7 +660,7 @@ make a good program).
 So, you can either get rid of GNU emacs, or change it to use saner
 values.  To do the latter, you can stick the following in your .emacs file:
 
-.. code-block:: none
+.. code-block:: elisp
 
   (defun c-lineup-arglist-tabs-only (ignored)
     "Line up argument lists by tabs, not spaces"