From 7a2c70f5f304b96f8309846e6091c5a1c61c61b1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 26 Apr 2025 11:45:25 +0800 Subject: [PATCH] ; typescript-ts-mode-multivar-indent-style: Use different example. This prevents it becoming a hyperlink in *Help* buffers. (cherry picked from commit 94d8f5b94fb6fa281f5ea3bb8a8d945628f3a188) --- lisp/progmodes/typescript-ts-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.39.5