diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-04 15:27:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-04 15:27:52 +0000 |
commit | 6267ed8d04e3c031aa6866b8ce54313c0c528929 (patch) | |
tree | 1975bb039396bec53e45245506d85f5961a6b07c /lisp/shell.el | |
parent | d3b869b91162f9542d4291ac02cece885cb72567 (diff) | |
download | emacs-6267ed8d04e3c031aa6866b8ce54313c0c528929.tar.gz |
(shell-match-partial-variable): Doc fix.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |