]> git.eshelyaron.com Git - emacs.git/commit
Autoload some string functions
authorStefan Kangas <stefankangas@gmail.com>
Mon, 1 Jul 2024 03:14:25 +0000 (05:14 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 13:16:48 +0000 (15:16 +0200)
commit5e47fb716b04c5fa4e5394917e40a25efc3561b0
tree989a9079e8c070c96dea45bc4b4e101248df3f27
parent19b356aca9ad79ff31fe97808ccde4025f8a5e50
Autoload some string functions

These functions are documented in both `(elisp) Creating Strings' and
'M-x shortdoc RET string RET', so users will expect them to be available
without having to require 'subr-x'.

* lisp/emacs-lisp/subr-x.el (string-fill, string-limit, string-pad)
(string-chop-newline): Autoload.

(cherry picked from commit d64396b8e427e883c47754b133d56cace1219f97)
lisp/emacs-lisp/subr-x.el