mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; 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
|
(defcustom reftex-allow-detached-macro-args nil
|
||||||
"Non-nil means, allow arguments of macros to be detached by whitespace.
|
"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
|
When this is t, `aaa' will be considered as argument of \\bbb in
|
||||||
construct: \\bbb [xxx] {aaa}."
|
the following construct: \\bbb [xxx] {aaa}."
|
||||||
:group 'reftex-miscellaneous-configurations
|
:group 'reftex-miscellaneous-configurations
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue