From: Christopher Zaborsky Date: Fri, 9 Oct 1992 21:06:02 +0000 (+0000) Subject: Dox fix. X-Git-Tag: emacs-19.34~14478 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/9c106b258c552d60d192341a3ffd69f13c1c422e Dox fix. --- diff --git a/lisp/comint.el b/lisp/comint.el index 244f78becd..a3236d904d 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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)