aboutsummaryrefslogtreecommitdiff
path: root/compat.texi
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-08-01 17:45:17 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-08-01 17:45:17 +0200
commit6f65e6a60449f1e4884987ee3d56199a46fdb82c (patch)
tree17d76cab4cc6a84c1b7964fb15e1e6f21e3b4d41 /compat.texi
parent8b0c4fea55aceef5cc2de84a9bc553d453616654 (diff)
compat-29: Add bidi-string-strip-control-charactersfeature/bidi-strip
Diffstat (limited to 'compat.texi')
-rw-r--r--compat.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/compat.texi b/compat.texi
index 1c9e278..4ec60a9 100644
--- a/compat.texi
+++ b/compat.texi
@@ -2613,6 +2613,11 @@ The name follows the convention of other string functions.
@xref{Creating Strings,,,elisp}.
@end defun
+@c based on lisp/international/characters.el
+@defun bidi-string-strip-control-characters string
+Strip bidi control characters from @var{string} and return the result.
+@end defun
+
@c copied from lispref/buffers.texi
@defun buffer-match-p condition buffer-or-name &optional arg
This function checks if a buffer designated by @code{buffer-or-name}
@@ -2914,7 +2919,7 @@ local map.
@xref{Key Binding Commands,,,elisp}.
@end defun
-@c based on from lisp/keymap.el
+@c based on lisp/keymap.el
@defun keymap-substitute keymap olddef newdef &optional oldmap prefix
Replace @var{olddef} with @var{newdef} for any keys in @var{keymap}
now defined as @var{olddef}. In other words, @var{olddef} is replaced