]> git.eshelyaron.com Git - emacs.git/commit
Gently discourage use of `lsh` (bug#56641)
authorMattias Engdegård <mattiase@acm.org>
Wed, 20 Jul 2022 09:24:49 +0000 (11:24 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 20 Jul 2022 11:51:55 +0000 (13:51 +0200)
commitb70a00d9bf119b6bc5c1f7c3397d04b7d8892fb7
treec943cd223ca536c25ddbf3bfc5641c5cdd3d57a6
parent563bf2fae5ec238172f1f16c81e51b9aadd77017
Gently discourage use of `lsh` (bug#56641)

* lisp/subr.el (lsh): Note the general preference for `ash`.
* lisp/emacs-lisp/shortdoc.el (number): Remove entry for `lsh`.
It was identical to that for `ash` which is misleading.
Shortdoc is very helpful for finding the right function to use,
and `lsh` is just for compatibility at this point.
lisp/emacs-lisp/shortdoc.el
lisp/subr.el