unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#69341: 30.0.50; [PATCH] Fix control char in docstring
@ 2024-02-23 21:46 Arash Esbati
  2024-02-24  7:07 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Arash Esbati @ 2024-02-23 21:46 UTC (permalink / raw)
  To: 69341

Hi all,

this is a small change fixing an unwanted control char in docstring of
`reftex-cite-format-builtin':

--8<---------------cut here---------------start------------->8---
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index a0bc5c11ece..791b10412c9 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -235,11 +235,10 @@ reftex-cite-format-builtin
      "ConTeXt bib module"
      ((?\C-m . "\\cite[%l]")
       (?s    . "\\cite[][%l]")
-      (?n    . "\\nocite[%l]")))
-    )
+      (?n    . "\\nocite[%l]"))))
   "Builtin versions of the citation format.
 The following conventions are valid for all alist entries:
-`?\C-m' should always point to a straight \\cite{%l} macro.
+`?\\C-m' should always point to a straight \\cite{%l} macro.
 `?t'    should point to a textual citation (citation as a noun).
 `?p'    should point to a parenthetical citation.")
--8<---------------cut here---------------end--------------->8---

I can install this myself, release branch I presume?

Best, Arash





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#69341: 30.0.50; [PATCH] Fix control char in docstring
  2024-02-23 21:46 bug#69341: 30.0.50; [PATCH] Fix control char in docstring Arash Esbati
@ 2024-02-24  7:07 ` Eli Zaretskii
  2024-02-24  8:41   ` Arash Esbati
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2024-02-24  7:07 UTC (permalink / raw)
  To: Arash Esbati; +Cc: 69341

> From: Arash Esbati <arash@gnu.org>
> Date: Fri, 23 Feb 2024 22:46:58 +0100
> 
> Hi all,
> 
> this is a small change fixing an unwanted control char in docstring of
> `reftex-cite-format-builtin':
> 
> --8<---------------cut here---------------start------------->8---
> diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
> index a0bc5c11ece..791b10412c9 100644
> --- a/lisp/textmodes/reftex-vars.el
> +++ b/lisp/textmodes/reftex-vars.el
> @@ -235,11 +235,10 @@ reftex-cite-format-builtin
>       "ConTeXt bib module"
>       ((?\C-m . "\\cite[%l]")
>        (?s    . "\\cite[][%l]")
> -      (?n    . "\\nocite[%l]")))
> -    )
> +      (?n    . "\\nocite[%l]"))))
>    "Builtin versions of the citation format.
>  The following conventions are valid for all alist entries:
> -`?\C-m' should always point to a straight \\cite{%l} macro.
> +`?\\C-m' should always point to a straight \\cite{%l} macro.
>  `?t'    should point to a textual citation (citation as a noun).
>  `?p'    should point to a parenthetical citation.")
> --8<---------------cut here---------------end--------------->8---
> 
> I can install this myself, release branch I presume?

At this point, fixes should be installed on the release branch only if
they are very important, or if they are in documentation parts.
AFAIU, this one is neither, so master, please.

Thanks.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#69341: 30.0.50; [PATCH] Fix control char in docstring
  2024-02-24  7:07 ` Eli Zaretskii
@ 2024-02-24  8:41   ` Arash Esbati
  0 siblings, 0 replies; 3+ messages in thread
From: Arash Esbati @ 2024-02-24  8:41 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 69341-done

Eli Zaretskii <eliz@gnu.org> writes:

> At this point, fixes should be installed on the release branch only if
> they are very important, or if they are in documentation parts.
> AFAIU, this one is neither, so master, please.

Thanks, pushed, and closing.

Best, Arash





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-24  8:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-23 21:46 bug#69341: 30.0.50; [PATCH] Fix control char in docstring Arash Esbati
2024-02-24  7:07 ` Eli Zaretskii
2024-02-24  8:41   ` Arash Esbati

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).