From: Sean Whitton Date: Sat, 26 Apr 2025 03:45:25 +0000 (+0800) Subject: ; typescript-ts-mode-multivar-indent-style: Use different example. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a2c70f5f304b96f8309846e6091c5a1c61c61b1;p=emacs.git ; typescript-ts-mode-multivar-indent-style: Use different example. This prevents it becoming a hyperlink in *Help* buffers. (cherry picked from commit 94d8f5b94fb6fa281f5ea3bb8a8d945628f3a188) --- diff --git a/lisp/progmodes/typescript-ts-mode.el b/lisp/progmodes/typescript-ts-mode.el index 68abcbcb6a5..a51fea70d52 100644 --- a/lisp/progmodes/typescript-ts-mode.el +++ b/lisp/progmodes/typescript-ts-mode.el @@ -68,14 +68,14 @@ 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."