; Fix docstring
* lisp/textmodes/reftex-vars.el (reftex-allow-detached-macro-args): Fix macro name in docstring.
This commit is contained in:
parent
014232d384
commit
0754173c92
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue