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:
parent
cbe39279d3
commit
da6a48c9d1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user