From c094bb0cf7eee9defdd76b8432dcbc24a7c6856d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 18 Aug 2011 13:53:55 +0300 Subject: Improve documentation of bidi in ELisp manual. doc/lispref/nonascii.texi (Character Properties): Document use of `bidi-class' and `mirroring' properties as part of reordering. Provide cross-references to "Bidirectional Display". doc/lispref/display.texi (Bidirectional Display): Document the pitfalls of concatenating strings with bidirectional content, with possible solutions. Document string-mark-left-to-right. Mention paragraph direction in modes that inherit from prog-mode. Document use of `bidi-class' and `mirroring' properties as part of reordering. etc/NEWS: Mark string-mark-left-to-right as documented. --- etc/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index 8707a8b0ad..ed472a5668 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1043,6 +1043,7 @@ of function value which looks like (closure ENV ARGS &rest BODY). *** New function `special-variable-p' to check whether a variable is declared as dynamically bound. ++++ ** New function `string-mark-left-to-right'. Given a string containing right-to-left (RTL) script, this function returns another string with a terminating LRM (left-to-right mark) -- cgit v1.2.3