Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9c106b25
Commit
9c106b25
authored
Oct 09, 1992
by
Christopher Zaborsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dox fix.
parent
db32c193
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/comint.el
lisp/comint.el
+2
-2
No files found.
lisp/comint.el
View file @
9c106b25
...
...
@@ -916,7 +916,7 @@ Useful if you accidentally suspend the top-level process."
;;; This is pretty stupid about strings. It decides we're in a string
;;; if there's a quote on both sides of point on the current line.
(
defun
comint-extract-string
()
"Returns string around
point
that starts the current line or nil."
"Returns string around
POINT
that starts the current line or nil."
(
save-excursion
(
let*
((
point
(
point
))
(
bol
(
progn
(
beginning-of-line
)
(
point
)))
...
...
@@ -1052,7 +1052,7 @@ comint-dynamic-complete."
(
defun
comint-dynamic-complete
()
"Dynamically complete the filename at point.
This function is similar to comint-replace-by-expanded-filename, except
This function is similar to
`
comint-replace-by-expanded-filename
'
, except
that it won't change parts of the filename already entered in the buffer;
it just adds completion characters to the end of the filename."
(
interactive
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment