summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-mode.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-13 14:21:32 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-13 14:21:32 -0800
commitae93878a926442f695ac1f96f316247ff8eccc3a (patch)
tree3e3ca81dabc7d81f3f44808dfa0e834f5b7cdcb7 /lisp/eshell/esh-mode.el
parente3f33e5dbbdf45eb28a88d82f8d7a8d03384fdc2 (diff)
downloademacs-ae93878a926442f695ac1f96f316247ff8eccc3a.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/eshell/esh-mode.el')
-rw-r--r--lisp/eshell/esh-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 4ca0c08723f..3d37ce87781 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -482,7 +482,7 @@ and the hook `eshell-exit-hook'."
(declare-function find-tag-interactive "etags" (prompt &optional no-default))
(defun eshell-find-tag (&optional tagname next-p regexp-p)
- "A special version of `find-tag' that ignores read-onlyness."
+ "A special version of `find-tag' that ignores whether the text is read-only."
(interactive)
(require 'etags)
(let ((inhibit-read-only t)