(shell-match-partial-variable): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Jun 1996 15:27:52 +0000 (15:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Jun 1996 15:27:52 +0000 (15:27 +0000)
lisp/shell.el

index 3605100..5807f62 100644 (file)
@@ -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)