summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex-vars.el
diff options
context:
space:
mode:
authorIkumi Keita <ikumi@ikumi.que.jp>2022-12-22 18:23:34 +0100
committerArash Esbati <arash@gnu.org>2022-12-22 18:23:34 +0100
commit0754173c923a1888a1b18b4c6c5d1dc72e6cc6af (patch)
tree0a6660e331003c19cc5456e36acc17ac569d1606 /lisp/textmodes/reftex-vars.el
parent014232d3840e9d7249fe28636935b7166b85e675 (diff)
downloademacs-0754173c923a1888a1b18b4c6c5d1dc72e6cc6af.tar.gz
emacs-0754173c923a1888a1b18b4c6c5d1dc72e6cc6af.tar.bz2
emacs-0754173c923a1888a1b18b4c6c5d1dc72e6cc6af.zip
; Fix docstring
* lisp/textmodes/reftex-vars.el (reftex-allow-detached-macro-args): Fix macro name in docstring.
Diffstat (limited to 'lisp/textmodes/reftex-vars.el')
-rw-r--r--lisp/textmodes/reftex-vars.el4
1 files changed, 2 insertions, 2 deletions
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)