summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/subr-x.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-06-24 20:24:43 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-06-24 20:24:43 +0200
commitb188861af403aa0da0fefc3a8bf73c9380297e4e (patch)
tree933fc86b4923a513b90af61ceb363c49408dc1ad /lisp/emacs-lisp/subr-x.el
parentbf21aba533864bf0179b2e76f4bdc2e7c6cce726 (diff)
downloademacs-b188861af403aa0da0fefc3a8bf73c9380297e4e.tar.gz
emacs-b188861af403aa0da0fefc3a8bf73c9380297e4e.tar.bz2
emacs-b188861af403aa0da0fefc3a8bf73c9380297e4e.zip
Attempt to make defclass documentation more legible
* lisp/emacs-lisp/cl-extra.el (cl--print-table): Attempt to make defclass documentation more readable (bug#30998). (cl--describe-class-slots): Ditto.
Diffstat (limited to 'lisp/emacs-lisp/subr-x.el')
-rw-r--r--lisp/emacs-lisp/subr-x.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el
index 1c13c398dde..468d124c0e2 100644
--- a/lisp/emacs-lisp/subr-x.el
+++ b/lisp/emacs-lisp/subr-x.el
@@ -317,6 +317,7 @@ than this function."
(end (substring string (- (length string) length)))
(t (substring string 0 length)))))
+;;;###autoload
(defun string-lines (string &optional omit-nulls)
"Split STRING into a list of lines.
If OMIT-NULLS, empty lines will be removed from the results."