]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix docstring
authorIkumi Keita <ikumi@ikumi.que.jp>
Thu, 22 Dec 2022 17:23:34 +0000 (18:23 +0100)
committerArash Esbati <arash@gnu.org>
Thu, 22 Dec 2022 17:23:34 +0000 (18:23 +0100)
* lisp/textmodes/reftex-vars.el
(reftex-allow-detached-macro-args): Fix macro name in docstring.

lisp/textmodes/reftex-vars.el

index ee94cc5d693d39deacf34c3525da249f7fdb81b5..51dedddf3a5e1c2178a24dc165c76ecb82b92a07 100644 (file)
@@ -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)