Mercurial > emacs
changeset 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 | ea444efb0b95 |
children | 90dc960355d9 |
files | lisp/shell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)