summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-12-10 14:05:34 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-12-10 14:06:45 +0100
commit7d283ca1a32d1005ab3b7986692d91ee071ebde7 (patch)
tree5475f9efe7039e247c12b6d6c20c7272ea9b302f /lisp/eshell
parent06a12b0cccbda419752f3388346be7d302ebcbeb (diff)
downloademacs-7d283ca1a32d1005ab3b7986692d91ee071ebde7.tar.gz
; Fix a few more typos
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-unix.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el
index 509b2d31819..67e5bda021b 100644
--- a/lisp/eshell/em-unix.el
+++ b/lisp/eshell/em-unix.el
@@ -92,7 +92,7 @@ Otherwise, `rmdir' is required."
:group 'eshell-unix)
(define-widget 'eshell-interactive-query 'radio
- "When to interatively query the user about a particular operation.
+ "When to interactively query the user about a particular operation.
If t, always query. If nil, never query. If `root', query when
the user is logged in as root (including when `default-directory'
is remote with a root user)."