aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-06-04 15:27:52 +0000
committerRichard M. Stallman <[email protected]>1996-06-04 15:27:52 +0000
commitda6a48c9d1a9ef3d470cbceb6809d971ecac1726 (patch)
tree81977cd59bd53a379327c41ac27316661fe9ef27 /lisp
parentcbe39279d3203a26cd13f9d2d935c6c242187f18 (diff)
(shell-match-partial-variable): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 3605100362..5807f62b38 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -738,7 +738,7 @@ See `shell-dynamic-complete-filename'. Returns t if successful."
(defun shell-match-partial-variable ()
- "Return the variable at point, or nil if non is found."
+ "Return the shell variable at point, or nil if none is found."
(save-excursion
(let ((limit (point)))
(if (re-search-backward "[^A-Za-z0-9_{}]" nil 'move)