aboutsummaryrefslogtreecommitdiff
path: root/compat.texi
diff options
context:
space:
mode:
Diffstat (limited to 'compat.texi')
-rw-r--r--compat.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat.texi b/compat.texi
index 6aec7f4..bb86925 100644
--- a/compat.texi
+++ b/compat.texi
@@ -2013,6 +2013,11 @@ that there will be the need for changes, so use these functions with
care.
@c based on lisp/subr.el
+@defun delete-line
+Delete the current line.
+@end defun
+
+@c based on lisp/subr.el
@defun list-of-strings-p object
Return @code{t} if @var{object} is @code{nil} or a list of strings.
@end defun