From: Ikumi Keita Date: Thu, 22 Dec 2022 17:23:34 +0000 (+0100) Subject: ; Fix docstring X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1480^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0754173c923a1888a1b18b4c6c5d1dc72e6cc6af;p=emacs.git ; Fix docstring * lisp/textmodes/reftex-vars.el (reftex-allow-detached-macro-args): Fix macro name in docstring. --- diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index ee94cc5d693..51dedddf3a5 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -2096,8 +2096,8 @@ may require a restart of Emacs in order to become effective." (defcustom reftex-allow-detached-macro-args nil "Non-nil means, allow arguments of macros to be detached by whitespace. -When this is t, `aaa' will be considered as argument of \\bb in the following -construct: \\bbb [xxx] {aaa}." +When this is t, `aaa' will be considered as argument of \\bbb in +the following construct: \\bbb [xxx] {aaa}." :group 'reftex-miscellaneous-configurations :type 'boolean)