From: Richard M. Stallman Date: Tue, 4 Jun 1996 15:27:52 +0000 (+0000) Subject: (shell-match-partial-variable): Doc fix. X-Git-Tag: emacs-19.34~535 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da6a48c9d1a9ef3d470cbceb6809d971ecac1726;p=emacs.git (shell-match-partial-variable): Doc fix. --- diff --git a/lisp/shell.el b/lisp/shell.el index 36051003624..5807f62b384 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)