Mercurial > emacs
diff lisp/shell.el @ 15327:2c508f2c884d
(shell-match-partial-variable): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 04 Jun 1996 15:27:52 +0000 |
| parents | 63540fa43674 |
| children | b75fc8f3b376 |
line wrap: on
line diff
--- a/lisp/shell.el Mon Jun 03 21:18:55 1996 +0000 +++ b/lisp/shell.el Tue Jun 04 15:27:52 1996 +0000 @@ -738,7 +738,7 @@ (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)
