]> git.eshelyaron.com Git - emacs.git/commitdiff
; typescript-ts-mode-multivar-indent-style: Use different example.
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 26 Apr 2025 03:45:25 +0000 (11:45 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 17:30:20 +0000 (19:30 +0200)
This prevents it becoming a hyperlink in *Help* buffers.

(cherry picked from commit 94d8f5b94fb6fa281f5ea3bb8a8d945628f3a188)

lisp/progmodes/typescript-ts-mode.el

index 68abcbcb6a514e462084129aed02b959edaaaddd..a51fea70d522dcd5b262764aef4ec1edcb77bd0a 100644 (file)
 If the value is `align', align each declaration:
 
     const foo = \\='bar\\=',
-          car = \\='cdr\\=',
+          baz = \\='quux\\=',
           stop = \\='start\\=';
 
 If the value is `indent', indent subsequent declarations by one indent
 level:
 
    const foo = \\='bar\\=',
-     car = \\='cdr\\=',
+     baz = \\='quux\\=',
      stop = \\='start\\=';
 
 For changes to this variable to take effect, restart the major mode."