1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(shell-match-partial-variable): Doc fix.

This commit is contained in:
Richard M. Stallman 1996-06-04 15:27:52 +00:00
parent cbe39279d3
commit da6a48c9d1

View 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)