# HG changeset patch # User Christopher Zaborsky # Date 718664762 0 # Node ID 7fc9bbcae71b72cc5bc770693c950aee8fa45357 # Parent e839dc00fc2ecb58c99ec048803a0570beae409d Dox fix. diff -r e839dc00fc2e -r 7fc9bbcae71b lisp/comint.el --- a/lisp/comint.el Fri Oct 09 05:38:23 1992 +0000 +++ b/lisp/comint.el Fri Oct 09 21:06:02 1992 +0000 @@ -916,7 +916,7 @@ ;;; 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 @@ (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)