emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 0754173c92: ; Fix docstring


From: Arash Esbati
Subject: emacs-29 0754173c92: ; Fix docstring
Date: Thu, 22 Dec 2022 12:24:36 -0500 (EST)

branch: emacs-29
commit 0754173c923a1888a1b18b4c6c5d1dc72e6cc6af
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Arash Esbati <arash@gnu.org>

    ; Fix docstring
    
    * lisp/textmodes/reftex-vars.el
    (reftex-allow-detached-macro-args): Fix macro name in docstring.
---
 lisp/textmodes/reftex-vars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index ee94cc5d69..51dedddf3a 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]