summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-pred.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-19 12:45:56 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-19 12:59:55 +0200
commit434c176e06e2e0e645814cd12feefe994c325565 (patch)
tree3fa5d977dc8240d0eb1a182232397e7962db587b /lisp/eshell/em-pred.el
parent68b190c8b40be4f89101541be9bdcb57e2561f89 (diff)
downloademacs-434c176e06e2e0e645814cd12feefe994c325565.tar.gz
emacs-434c176e06e2e0e645814cd12feefe994c325565.tar.bz2
emacs-434c176e06e2e0e645814cd12feefe994c325565.zip
; Stylistic docfixes in eshell/*.el found by checkdoc
Diffstat (limited to 'lisp/eshell/em-pred.el')
-rw-r--r--lisp/eshell/em-pred.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el
index 639098a9b9e..75a803d3ad4 100644
--- a/lisp/eshell/em-pred.el
+++ b/lisp/eshell/em-pred.el
@@ -553,7 +553,7 @@ that `ls -l' will show in the first column of its display."
lst)))))
(defun eshell-include-members (&optional invert-p)
- "Include only lisp members matching a regexp."
+ "Include only Lisp members matching a regexp."
(let ((delim (char-after))
regexp end)
(forward-char)